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