An outpoint - a combination of a transaction hash and an index n into its vout.
More...
#include <transaction.h>
|
static constexpr uint32_t | NULL_INDEX = std::numeric_limits<uint32_t>::max() |
|
An outpoint - a combination of a transaction hash and an index n into its vout.
Definition at line 20 of file transaction.h.
◆ COutPoint() [1/2]
◆ COutPoint() [2/2]
COutPoint::COutPoint |
( |
TxId |
txidIn, |
|
|
uint32_t |
nIn |
|
) |
| |
|
inline |
◆ GetN()
uint32_t COutPoint::GetN |
( |
| ) |
const |
|
inline |
◆ GetTxId()
const TxId & COutPoint::GetTxId |
( |
| ) |
const |
|
inline |
◆ IsNull()
bool COutPoint::IsNull |
( |
| ) |
const |
|
inline |
◆ SERIALIZE_METHODS()
COutPoint::SERIALIZE_METHODS |
( |
COutPoint |
, |
|
|
obj |
|
|
) |
| |
|
inline |
◆ ToString()
std::string COutPoint::ToString |
( |
| ) |
const |
◆ operator!=
◆ operator<
◆ operator==
◆ NULL_INDEX
constexpr uint32_t COutPoint::NULL_INDEX = std::numeric_limits<uint32_t>::max() |
|
staticconstexpr |
◆ txid
The documentation for this class was generated from the following files: