[#btck-BlockSpentOutputs-GetTxSpentOutputs] = xref:btck.adoc[btck]::xref:btck/BlockSpentOutputs.adoc[BlockSpentOutputs]::GetTxSpentOutputs :relfileprefix: ../../ :mrdocs: Returns the spent outputs of one transaction in the block. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btck/TransactionSpentOutputsView.adoc[TransactionSpentOutputsView] GetTxSpentOutputs(size_t tx_undo_index) const; ---- == Return Value A view of that transaction's spent outputs. == Parameters [cols="1,4"] |=== | Name| Description | *tx_undo_index* | The zero‐based transaction undo index. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#