Type Alias MerkleHash

Source
pub type MerkleHash = CryptoHash;
👎Deprecated since 4.0.0: Type has no connection with the SDK
Expand description

Hash used by a struct implementing the Merkle tree.

Aliased Type§

struct MerkleHash(pub [u8; 32]);

Fields§

§0: [u8; 32]