[#btck_TransactionSpentOutputs-05] = btck_TransactionSpentOutputs :mrdocs: Opaque data structure for holding a transaction's spent outputs. == Synopsis Declared in `<kernel/bitcoinkernel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:btck_TransactionSpentOutputs-0b.adoc[btck_TransactionSpentOutputs] btck_TransactionSpentOutputs; ---- == Description Holds the coins consumed by a certain transaction. Retrieved through the xref:btck_BlockSpentOutputs-0d.adoc[`btck_BlockSpentOutputs`]. The coins are in the same order as the transaction's inputs consuming them. [.small]#Created with https://www.mrdocs.com[MrDocs]#