Parameter Make.1-Inputs

module Location_binable : Core_kernel.Hashable.S_binable with type t := Location.t
module Key : Intf.Key
module Account_id : Intf.Account_id with type key := Key.t and type token_id := Token_id.t
module Account : Intf.Account with type balance := Balance.t and type account_id := Account_id.t and type token_id := Token_id.t
module Hash : Intf.Hash with type account := Account.t
module Base : sig ... end
val get_hash : Base.t -> Location.t -> Hash.t
val location_of_account_addr : Location.Addr.t -> Location.t
val location_of_hash_addr : Location.Addr.t -> Location.t
val ledger_depth : Base.t -> int
val set_raw_hash_batch : Base.t -> (Location.t * Hash.t) list -> unit
val set_raw_account_batch : Base.t -> (Location.t * Account.t) list -> unit
val set_location_batch : last_location:Location.t -> Base.t -> (Account_id.t * Location.t) Mina_stdlib.Nonempty_list.t -> unit