Type Alias ExecutionTree

Source
pub type ExecutionTree<N> = BHPMerkleTree<N, TRANSACTION_DEPTH>;
Expand description

The Merkle tree for the execution.

Aliased Typeยง

pub struct ExecutionTree<N> { /* private fields */ }