btck::Block::Transactions

Returns a range over all transactions in the block.

Synopses

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...

Return Value

A random-access range of the block's transactions.