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 36 of file transaction.h.
◆ COutPoint() [1/2]
◆ COutPoint() [2/2]
| COutPoint::COutPoint |
( |
uint256 |
hashIn, |
|
|
uint32_t |
nIn |
|
) |
| |
|
inline |
◆ GetHash()
◆ IsMasternodeReward()
| bool COutPoint::IsMasternodeReward |
( |
const CTransaction * |
tx | ) |
const |
◆ IsNull()
| bool COutPoint::IsNull |
( |
| ) |
const |
|
inline |
◆ SerializationOp()
template<typename Stream , typename Operation >
| void COutPoint::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action, |
|
|
int |
nType, |
|
|
int |
nVersion |
|
) |
| |
|
inline |
◆ SetNull()
| void COutPoint::SetNull |
( |
| ) |
|
|
inline |
◆ ToString()
| std::string COutPoint::ToString |
( |
| ) |
const |
◆ ToStringShort()
| std::string COutPoint::ToStringShort |
( |
| ) |
const |
◆ operator!=
◆ operator<
◆ operator==
◆ ADD_SERIALIZE_METHODS
| COutPoint::ADD_SERIALIZE_METHODS |
◆ hash
The documentation for this class was generated from the following files: