btck::OutPointApi

CRTP mixin adding out-point accessors shared by the view and owning types.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

template<typename Derived>
class OutPointApi;

Member Functions

NameDescription
Txid Returns the referenced transaction id.
index Returns the referenced output index within its transaction.

Friends

NameDescription
Derived

Derived Classes

NameDescription
OutPoint Owning wrapper over a btck_TransactionOutPoint.
OutPointView Non-owning view over a btck_TransactionOutPoint.