An outpoint - a combination of a transaction hash and an index n into its vout.
More...
#include <transaction.h>
An outpoint - a combination of a transaction hash and an index n into its vout.
Definition at line 22 of file transaction.h.
◆ COutPoint() [1/2]
◆ COutPoint() [2/2]
COutPoint::COutPoint |
( |
const uint256 & |
hashIn, |
|
|
uint32_t |
nIn |
|
) |
| |
|
inline |
◆ IsNull()
bool COutPoint::IsNull |
( |
| ) |
const |
|
inline |
◆ SerializationOp()
template<typename Stream , typename Operation >
void COutPoint::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
◆ SetNull()
void COutPoint::SetNull |
( |
| ) |
|
|
inline |
◆ ToSerializedString()
std::string COutPoint::ToSerializedString |
( |
| ) |
const |
◆ ToString()
std::string COutPoint::ToString |
( |
| ) |
const |
◆ operator!=
◆ operator<
◆ operator==
◆ ADD_SERIALIZE_METHODS
COutPoint::ADD_SERIALIZE_METHODS |
◆ hash
The documentation for this class was generated from the following files: