btck::BlockSpentOutputs::GetTxSpentOutputs

Returns the spent outputs of one transaction in the block.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

TransactionSpentOutputsView
GetTxSpentOutputs(size_t tx_undo_index) const;

Return Value

A view of that transaction's spent outputs.

Parameters

NameDescription
tx_undo_indexThe zero-based transaction undo index.