Util.Inputs_intf
module Location : Location_intf.S
module Token_id : Intf.Token_id
module Account_id :
Intf.Account_id with type key := Key.t and type token_id := Token_id.t
module Balance : Intf.Balance
module Account :
Intf.Account
with type balance := Balance.t
and type account_id := Account_id.t
and type token_id := Token_id.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