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§

pub struct MerkleHash(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]