pub type MerkleTree = BridgeTree<MerkleNode, usize, { MERKLE_DEPTH }>;
struct MerkleTree { /* private fields */ }