Owning wrapper over a btck_TransactionOutPoint.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
Base Classes
Name |
Description |
Owning RAII handle for a copyable C object of type |
|
CRTP mixin adding out‐point accessors shared by the view and owning types. |
Member Functions
Name |
Description |
|
Constructs an owning copy from a view. |
Assignment operators |
|
Returns the referenced transaction id. |
|
Returns the owned C handle. |
|
Returns the referenced output index within its transaction. |
Protected Data Members
Name |
Description |
The owned C handle. |
Created with MrDocs