[#btck-BlockSpentOutputs] = xref:btck.adoc[btck]::BlockSpentOutputs :relfileprefix: ../ :mrdocs: Owning wrapper over a `btck_BlockSpentOutputs`, the undo data of a whole block. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class BlockSpentOutputs : public xref:btck/Handle-046.adoc[Handle<btck_BlockSpentOutputs, btck_block_spent_outputs_copy, btck_block_spent_outputs_destroy>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:btck/Handle-046.adoc[Handle<btck_BlockSpentOutputs, btck_block_spent_outputs_copy, btck_block_spent_outputs_destroy>]` | Owning RAII handle for a copyable C object of type `CType.` |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:btck/BlockSpentOutputs/2constructor.adoc[`BlockSpentOutputs`] [.small]#[constructor]# | Takes ownership of an existing C block spent‐outputs object. | xref:btck/BlockSpentOutputs/operator_assign-0d.adoc[`operator=`] | Assignment operators | xref:btck/BlockSpentOutputs/Count.adoc[`Count`] | Returns the number of per‐transaction spent‐output sets. | xref:btck/BlockSpentOutputs/GetTxSpentOutputs.adoc[`GetTxSpentOutputs`] | Returns the spent outputs of one transaction in the block. | xref:btck/BlockSpentOutputs/TxsSpentOutputs-0c.adoc[`TxsSpentOutputs`] | Returns a range over every transaction's spent outputs in the block. | xref:btck/BlockSpentOutputs/get-07.adoc[`get`] | Returns the owned C handle. |=== == Protected Data Members [cols="1,4"] |=== | Name| Description | xref:btck/BlockSpentOutputs/m_ptr.adoc[`m_ptr`] | The owned C handle. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#