Fabcoin Core
0.16.2
P2P Digital Currency
|
An outpoint - a combination of a transaction hash and an index n into its vout. More...
#include <transaction.h>
Public Member Functions | |
COutPoint () | |
COutPoint (const uint256 &hashIn, uint32_t nIn) | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action) |
void | SetNull () |
bool | IsNull () const |
std::string | ToString () const |
Public Attributes | |
uint256 | hash |
uint32_t | n |
ADD_SERIALIZE_METHODS | |
Friends | |
bool | operator< (const COutPoint &a, const COutPoint &b) |
bool | operator== (const COutPoint &a, const COutPoint &b) |
bool | operator!= (const COutPoint &a, const COutPoint &b) |
An outpoint - a combination of a transaction hash and an index n into its vout.
Definition at line 18 of file transaction.h.
|
inline |
|
inline |
Definition at line 25 of file transaction.h.
|
inline |
|
inline |
Definition at line 30 of file transaction.h.
|
inline |
Definition at line 35 of file transaction.h.
std::string COutPoint::ToString | ( | ) | const |
Definition at line 49 of file transaction.h.
Definition at line 38 of file transaction.h.
Definition at line 44 of file transaction.h.
COutPoint::ADD_SERIALIZE_METHODS |
Definition at line 27 of file transaction.h.
uint256 COutPoint::hash |
Definition at line 21 of file transaction.h.
uint32_t COutPoint::n |
Definition at line 22 of file transaction.h.