MerkleHash

Type Alias MerkleHash 

Source
pub type MerkleHash = CryptoHash;
Expand description

Hash used by a struct implementing the Merkle tree.

Aliased Type§

pub struct MerkleHash(pub Digest);

Tuple Fields§

§0: Digest