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

Name

Description

Txid

Returns the referenced transaction id.

index

Returns the referenced output index within its transaction.

Friends

Name

Description

Derived

Derived Classes

Name

Description

OutPoint

Owning wrapper over a btck_TransactionOutPoint.

OutPointView

Non‐owning view over a btck_TransactionOutPoint.

Created with MrDocs