Non‐owning view over a btck_TransactionInput.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class TransactionInputView
: public View<btck_TransactionInput>
, public TransactionInputApi<TransactionInputView>
Base Classes
Name |
Description |
Non‐owning view over a const C handle of type |
|
CRTP mixin adding transaction‐input accessors shared by the view and owning types. |
Member Functions
Name |
Description |
|
Constructs a view over |
Returns the input's signature script. |
|
Returns the input's sequence number. |
|
Returns the input's witness stack. |
|
Returns the out‐point this input spends. |
|
Returns the borrowed C handle. |
Protected Data Members
Name |
Description |
The borrowed C handle. |
Created with MrDocs