Bitcoin Core 28.99.0
P2P Digital Currency
|
A generic txid reference (txid or wtxid). More...
#include <transaction.h>
Public Member Functions | |
bool | IsWtxid () const |
const uint256 & | GetHash () const LIFETIMEBOUND |
Static Public Member Functions | |
static GenTxid | Txid (const uint256 &hash) |
static GenTxid | Wtxid (const uint256 &hash) |
Private Member Functions | |
GenTxid (bool is_wtxid, const uint256 &hash) | |
Private Attributes | |
bool | m_is_wtxid |
uint256 | m_hash |
Friends | |
bool | operator== (const GenTxid &a, const GenTxid &b) |
bool | operator< (const GenTxid &a, const GenTxid &b) |
A generic txid reference (txid or wtxid).
Definition at line 427 of file transaction.h.
|
inlineprivate |
Definition at line 431 of file transaction.h.
|
inline |
|
inline |
Definition at line 439 of file transaction.h.
Definition at line 438 of file transaction.h.
|
private |
Definition at line 430 of file transaction.h.
|
private |
Definition at line 429 of file transaction.h.