CRTP mixin adding transaction-input accessors shared by the view and owning types.
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename Derived>
class TransactionInputApi;
| Name | Description |
|---|---|
GetScriptSig | Returns the input's signature script. |
GetSequence | Returns the input's sequence number. |
GetWitnessStack | Returns the input's witness stack. |
OutPoint | Returns the out-point this input spends. |
| Name | Description |
|---|---|
Derived |
| Name | Description |
|---|---|
TransactionInput | Owning wrapper over a btck_TransactionInput. |
TransactionInputView | Non-owning view over a btck_TransactionInput. |