Non‐owning view over a btck_TransactionOutPoint.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class OutPointView
: public View<btck_TransactionOutPoint>
, public OutPointApi<OutPointView>
Base Classes
Name |
Description |
Non‐owning view over a const C handle of type |
|
CRTP mixin adding out‐point accessors shared by the view and owning types. |
Member Functions
Name |
Description |
|
Constructs a view over |
Returns the referenced transaction id. |
|
Returns the borrowed C handle. |
|
Returns the referenced output index within its transaction. |
Protected Data Members
Name |
Description |
The borrowed C handle. |
Created with MrDocs