[#btck-OutPoint] = xref:btck.adoc[btck]::OutPoint :relfileprefix: ../ :mrdocs: Owning wrapper over a `btck_TransactionOutPoint`. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class OutPoint : public xref:btck/Handle-046.adoc[Handle<btck_TransactionOutPoint, btck_transaction_out_point_copy, btck_transaction_out_point_destroy>] , public xref:btck/OutPointApi-0b.adoc[OutPointApi<OutPoint>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:btck/Handle-046.adoc[Handle<btck_TransactionOutPoint, btck_transaction_out_point_copy, btck_transaction_out_point_destroy>]` | Owning RAII handle for a copyable C object of type `CType.` | `xref:btck/OutPointApi-0b.adoc[OutPointApi<OutPoint>]` | CRTP mixin adding out‐point accessors shared by the view and owning types. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:btck/OutPoint/2constructor.adoc[`OutPoint`] [.small]#[constructor]# | Constructs an owning copy from a view. | xref:btck/OutPoint/operator_assign-0f3.adoc[`operator=`] | Assignment operators | xref:btck/OutPoint/Txid.adoc[`Txid`] | Returns the referenced transaction id. | xref:btck/OutPoint/get-09.adoc[`get`] | Returns the owned C handle. | xref:btck/OutPoint/index.adoc[`index`] | Returns the referenced output index within its transaction. |=== == Protected Data Members [cols="1,4"] |=== | Name| Description | xref:btck/OutPoint/m_ptr.adoc[`m_ptr`] | The owned C handle. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#