1-Inputs.MT
val depth : t -> int
val num_accounts : t -> int
Get all of the accounts that are in a subtree of the underlying Merkle tree rooted at `address`. The accounts are ordered by their addresses.
val merkle_root : t -> Root_hash.t
val make_space_for : t -> int -> unit