pub type MerkleHash = CryptoHash;👎Deprecated since 4.0.0:
Type has no connection with the SDK
Available on crate feature
near-primitives-interop and non-WebAssembly only.Expand description
Hash used by a struct implementing the Merkle tree.
Aliased Type§
pub struct MerkleHash(pub [u8; 32]);Tuple Fields§
§0: [u8; 32]