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
Name |
Description |
tx_undo_index |
The zero‐based transaction undo index. |
Created with MrDocs