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

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.

Friends

Name

Description

Derived

Derived Classes

Name

Description

TransactionInput

Owning wrapper over a btck_TransactionInput.

TransactionInputView

Non‐owning view over a btck_TransactionInput.

Created with MrDocs