pub type MerkleHash = CryptoHash;
Hash used by a struct implementing the Merkle tree.
struct MerkleHash(pub [u8; 32]);
0: [u8; 32]