Util.Inputs_intfmodule Location : Location_intf.Smodule Token_id : Intf.Token_idmodule Account_id :
Intf.Account_id with type key := Key.t and type token_id := Token_id.tmodule Balance : Intf.Balancemodule Account :
Intf.Account
with type balance := Balance.t
and type account_id := Account_id.t
and type token_id := Token_id.tmodule Base : sig ... endval get_hash : Base.t -> Location.t -> Hash.tval location_of_account_addr : Location.Addr.t -> Location.tval location_of_hash_addr : Location.Addr.t -> Location.tval ledger_depth : Base.t -> intval set_raw_hash_batch : Base.t -> (Location.t * Hash.t) list -> unitval set_raw_account_batch : Base.t -> (Location.t * Account.t) list -> unitval set_location_batch :
last_location:Location.t ->
Base.t ->
(Account_id.t * Location.t) Mina_stdlib.Nonempty_list.t ->
unit