package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Legacy_block_info : sig ... end
include Index.S with type key = Tezos_base.TzPervasives.Block_hash.t and type value = Legacy_block_info.t
type t
type value = Legacy_block_info.t
type cache
val empty_cache : unit -> cache
val v : ?flush_callback:(unit -> unit) -> ?cache:cache -> ?fresh:bool -> ?readonly:bool -> ?throttle:[ `Block_writes | `Overcommit_memory ] -> ?lru_size:int -> log_size:int -> string -> t
val clear : t -> unit
val find : t -> key -> value
val mem : t -> key -> bool
val replace : ?overcommit:bool -> t -> key -> value -> unit
val filter : t -> ((key * value) -> bool) -> unit
val iter : (key -> value -> unit) -> t -> unit
val flush : ?no_callback:unit -> ?with_fsync:bool -> t -> unit
val close : ?immediately:unit -> t -> unit
val sync : t -> unit
val is_merging : t -> bool
val merge : t -> unit
val try_merge : t -> unit
module Checks : sig ... end
OCaml

Innovation. Community. Security.