pub type TransactionsPath<N> = MerklePath<N, TRANSACTIONS_DEPTH>;
Expand description
The Merkle path for a transaction in a block.
Aliased Typeยง
struct TransactionsPath<N> { /* private fields */ }
pub type TransactionsPath<N> = MerklePath<N, TRANSACTIONS_DEPTH>;
The Merkle path for a transaction in a block.
struct TransactionsPath<N> { /* private fields */ }