PoseidonMerkleTree

Type Alias PoseidonMerkleTree 

Source
pub type PoseidonMerkleTree<N, const DEPTH: u8> = MerkleTree<N, Poseidon<N, 4>, Poseidon<N, 2>, DEPTH>;
Expand description

A helper type for the Poseidon Merkle tree.

Aliased Typeยง

pub struct PoseidonMerkleTree<N, const DEPTH: u8> { /* private fields */ }