pub type DeploymentTree<N> = BHPMerkleTree<N, TRANSACTION_DEPTH>;
Expand description
The Merkle tree for the deployment.
Aliased Typeยง
pub struct DeploymentTree<N> { /* private fields */ }
pub type DeploymentTree<N> = BHPMerkleTree<N, TRANSACTION_DEPTH>;
The Merkle tree for the deployment.
pub struct DeploymentTree<N> { /* private fields */ }