btck::TransactionInputApi

CRTP mixin adding transaction-input accessors shared by the view and owning types.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

template<typename Derived>
class TransactionInputApi;

Member Functions

NameDescription
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.

Friends

NameDescription
Derived

Derived Classes

NameDescription
TransactionInput Owning wrapper over a btck_TransactionInput.
TransactionInputView Non-owning view over a btck_TransactionInput.