Ledger_intf.Sval location_of_account : t -> Account_id.t -> location optionval get_or_create :
t ->
Account_id.t ->
(account_state * Account.t * location) Core_kernel.Or_error.tval create_new_account :
t ->
Account_id.t ->
Account.t ->
unit Core_kernel.Or_error.tval remove_accounts_exn : t -> Account_id.t list -> unitval merkle_root : t -> Ledger_hash.tval with_ledger : depth:int -> f:( t -> 'a ) -> 'aval empty : depth:int -> unit -> t