Returns a range over all transactions in the block.
Declared in <kernel/bitcoinkernel_wrapper.h>
Returns a range over all transactions in the block.
auto
Transactions() const && = delete;
» more...
Returns a range over all transactions in the block.
auto
Transactions() const &;
» more...
A random-access range of the block's transactions.