Non‐owning view over a btck_Txid.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class TxidView
: public View<btck_Txid>
, public TxidApi<TxidView>
Base Classes
Name |
Description |
Non‐owning view over a const C handle of type |
|
CRTP mixin adding transaction‐id operations shared by the view and owning types. |
Member Functions
Name |
Description |
|
Constructs a view over |
Returns the raw 32‐byte transaction id. |
|
Returns the borrowed C handle. |
|
Compares two transaction ids for equality. |
|
Compares two transaction ids for inequality. |
Protected Data Members
Name |
Description |
The borrowed C handle. |
Created with MrDocs