package tezos-shell

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val known : t -> Tezos_crypto.Chain_id.t -> bool Lwt.t
val store : t -> Tezos_crypto.Chain_id.t -> unit Lwt.t
val remove : t -> Tezos_crypto.Chain_id.t -> unit Lwt.t
val elements : t -> Tezos_crypto.Chain_id.t list Lwt.t
val remove_all : t -> unit Lwt.t
val iter : t -> f:(Tezos_crypto.Chain_id.t -> unit Lwt.t) -> unit Lwt.t
val fold : t -> init:'a -> f:(Tezos_crypto.Chain_id.t -> 'a -> 'a Lwt.t) -> 'a Lwt.t
OCaml

Innovation. Community. Security.