Module Sparse_ledger.Make
Parameters
module Hash : sig ... endSignature
include S
with type hash := Hash.t
and type account_id := Account_id.t
and type account := Account.t
val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orinclude Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Sexplib0__.Sexp.tval of_hash : depth:int -> Hash.t -> tval path_exn : t -> int -> [ `Left of Hash.t | `Right of Hash.t ] listval iteri : t -> f:( int -> Account.t -> unit ) -> unit