Type Alias unc_vm_runner::logic::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]