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 */ }