![]() |
Bitcoin Core
22.0.0
P2P Digital Currency
|
A generic txid reference (txid or wtxid). More...
#include <transaction.h>
Public Member Functions | |
| GenTxid (bool is_wtxid, const uint256 &hash) | |
| bool | IsWtxid () const |
| const uint256 & | GetHash () const |
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 390 of file transaction.h.
|
inline |
Definition at line 395 of file transaction.h.
|
inline |
|
inline |
Definition at line 399 of file transaction.h.
Definition at line 398 of file transaction.h.
|
private |
Definition at line 393 of file transaction.h.
|
private |
Definition at line 392 of file transaction.h.
1.8.14