btck::TransactionSpentOutputs::GetCoin

Returns a single spent coin by index.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

CoinView
GetCoin(size_t index) const;

Return Value

A view of the spent coin.

Parameters

NameDescription
indexThe zero-based index within the transaction's inputs.