MerkleTree

Type Alias MerkleTree 

Source
pub(crate) type MerkleTree = HasherMerkleTree<Keccak256, HasherNode<Keccak256>>;
Expand description

Merkle tree scheme used in the VID

Aliased Typeยง

pub(crate) struct MerkleTree { /* private fields */ }