Owning wrapper over a btck_Txid transaction identifier.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class Txid
: public Handle<btck_Txid, btck_txid_copy, btck_txid_destroy>
, public TxidApi<Txid>
Base Classes
Name |
Description |
|
Owning RAII handle for a copyable C object of type |
CRTP mixin adding transaction‐id operations shared by the view and owning types. |
Member Functions
Name |
Description |
|
Constructs an owning copy from a view. |
Assignment operators |
|
Returns the raw 32‐byte transaction id. |
|
Returns the owned C handle. |
|
Compares two transaction ids for equality. |
|
Compares two transaction ids for inequality. |
Protected Data Members
Name |
Description |
The owned C handle. |
Created with MrDocs