[#btck-OutPointApi-0b] = xref:btck.adoc[btck]::OutPointApi :relfileprefix: ../ :mrdocs: CRTP mixin adding out‐point accessors shared by the view and owning types. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Derived> class OutPointApi; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:btck/OutPointApi-0b/Txid.adoc[`Txid`] | Returns the referenced transaction id. | xref:btck/OutPointApi-0b/index.adoc[`index`] | Returns the referenced output index within its transaction. |=== == Friends [cols="1,4"] |=== | Name| Description | `Derived` | |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:btck/OutPoint.adoc[`OutPoint`] | Owning wrapper over a `btck_TransactionOutPoint`. | xref:btck/OutPointView.adoc[`OutPointView`] | Non‐owning view over a `btck_TransactionOutPoint`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#