Ledger_intf.S
val location_of_account : t -> Account_id.t -> location option
val get_or_create :
t ->
Account_id.t ->
(account_state * Account.t * location) Core_kernel.Or_error.t
val create_new_account :
t ->
Account_id.t ->
Account.t ->
unit Core_kernel.Or_error.t
val remove_accounts_exn : t -> Account_id.t list -> unit
val merkle_root : t -> Ledger_hash.t
val with_ledger : depth:int -> f:( t -> 'a ) -> 'a
val empty : depth:int -> unit -> t