Type Definition MerkleTree
storage_proofs::merkle
type MerkleTree<T, A> = MerkleTree<T, A, MmapStore<T>>;