Type Alias near_primitives_core::types::MerkleHash

source ·
pub type MerkleHash = CryptoHash;
Expand description

Hash used by a struct implementing the Merkle tree.

Aliased Type§

struct MerkleHash(pub [u8; 32]);

Fields§

§0: [u8; 32]