Returns the spent outputs of one transaction in the block.
Declared in <kernel/bitcoinkernel_wrapper.h>
TransactionSpentOutputsView
GetTxSpentOutputs(size_t tx_undo_index) const;
A view of that transaction's spent outputs.
| Name | Description |
|---|---|
| tx_undo_index | The zero-based transaction undo index. |