package tezos-shell

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Tezos_storage.Store_sigs.SET_STORE with type t := store with type elt := Tezos_crypto.Block_hash.t
val known : store -> Tezos_crypto.Block_hash.t -> bool Lwt.t
val store : store -> Tezos_crypto.Block_hash.t -> unit Lwt.t
val remove : store -> Tezos_crypto.Block_hash.t -> unit Lwt.t
val elements : store -> Tezos_crypto.Block_hash.t list Lwt.t
val remove_all : store -> unit Lwt.t
val iter : store -> f:(Tezos_crypto.Block_hash.t -> unit Lwt.t) -> unit Lwt.t
val fold : store -> init:'a -> f:(Tezos_crypto.Block_hash.t -> 'a -> 'a Lwt.t) -> 'a Lwt.t
val read_all : store -> Tezos_base__TzPervasives.Block_hash.Set.t Lwt.t
val store_all : store -> Tezos_base__TzPervasives.Block_hash.Set.t -> unit Lwt.t
OCaml

Innovation. Community. Security.