btck::TransactionSpentOutputsApi::Coins

Returns a range over all coins spent by the transaction.

Synopses

Declared in <kernel/bitcoinkernel_wrapper.h>

Returns a range over all coins spent by the transaction.

auto
Coins() const && = delete;
» more...

Returns a range over all coins spent by the transaction.

auto
Coins() const &;
» more...

Return Value

A random-access range of the spent coins.