pub type LightWeightKeccak256MerkleTree<E> = LightWeightMerkleTree<E, Keccak256Digest, u64, 3, Keccak256Node>;
Expand description
Light weight merkle tree using Keccak256 hash
Aliased Typeยง
struct LightWeightKeccak256MerkleTree<E> { /* private fields */ }