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;

Returns a range over all transactions in the block.

auto
Transactions() const &;

Return Value

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

Created with MrDocs