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 28 of file transaction.h.
◆ COutPoint() [1/2]
◆ COutPoint() [2/2]
| COutPoint::COutPoint |
( |
const Txid & |
hashIn, |
|
|
uint32_t |
nIn |
|
) |
| |
|
inline |
◆ IsNull()
| bool COutPoint::IsNull |
( |
| ) |
const |
|
inline |
◆ SERIALIZE_METHODS()
| COutPoint::SERIALIZE_METHODS |
( |
COutPoint |
, |
|
|
obj |
|
|
) |
| |
|
inline |
◆ SetNull()
| void COutPoint::SetNull |
( |
| ) |
|
|
inline |
◆ ToString()
| std::string COutPoint::ToString |
( |
| ) |
const |
◆ operator<
◆ operator==
◆ hash
◆ NULL_INDEX
| constexpr uint32_t COutPoint::NULL_INDEX = std::numeric_limits<uint32_t>::max() |
|
staticconstexpr |
The documentation for this class was generated from the following files: