package tezos-shell

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val remove : store -> Tezos_crypto.Protocol_hash.t -> unit Lwt.t
val remove_all : store -> unit Lwt.t
val iter_keys : store -> f:(Tezos_crypto.Protocol_hash.t -> unit Lwt.t) -> unit Lwt.t
val fold : store -> init:'a -> f:(Tezos_crypto.Protocol_hash.t -> Tezos_base.Protocol.t -> 'a -> 'a Lwt.t) -> 'a Lwt.t
val fold_keys : store -> init:'a -> f:(Tezos_crypto.Protocol_hash.t -> 'a -> 'a Lwt.t) -> 'a Lwt.t
OCaml

Innovation. Community. Security.