[#btck-TransactionInputView] = xref:btck.adoc[btck]::TransactionInputView :relfileprefix: ../ :mrdocs: Non‐owning view over a `btck_TransactionInput`. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class TransactionInputView : public xref:btck/View-041.adoc[View<btck_TransactionInput>] , public xref:btck/TransactionInputApi-0b.adoc[TransactionInputApi<TransactionInputView>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:btck/View-041.adoc[View<btck_TransactionInput>]` | Non‐owning view over a const C handle of type `CType.` | `xref:btck/TransactionInputApi-0b.adoc[TransactionInputApi<TransactionInputView>]` | CRTP mixin adding transaction‐input accessors shared by the view and owning types. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:btck/TransactionInputView/2constructor.adoc[`TransactionInputView`] [.small]#[constructor]# | Constructs a view over `ptr.` | xref:btck/TransactionInputView/GetScriptSig.adoc[`GetScriptSig`] | Returns the input's signature script. | xref:btck/TransactionInputView/GetSequence.adoc[`GetSequence`] | Returns the input's sequence number. | xref:btck/TransactionInputView/GetWitnessStack.adoc[`GetWitnessStack`] | Returns the input's witness stack. | xref:btck/TransactionInputView/OutPoint.adoc[`OutPoint`] | Returns the out‐point this input spends. | xref:btck/TransactionInputView/get.adoc[`get`] | Returns the borrowed C handle. |=== == Protected Data Members [cols="1,4"] |=== | Name| Description | xref:btck/TransactionInputView/m_ptr.adoc[`m_ptr`] | The borrowed C handle. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#