![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
An outpoint - a combination of a transaction hash and an index n into its vout. More...
#include <core.h>
Public Member Functions | |
COutPoint () | |
COutPoint (uint256 hashIn, unsigned int nIn) | |
IMPLEMENT_SERIALIZE (READWRITE(FLATDATA(*this));) void SetNull() | |
bool | IsNull () const |
std::string | ToString () const |
void | print () const |
Public Attributes | |
uint256 | hash |
unsigned int | n |
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.
|
inline |
|
inline |
void COutPoint::print | ( | ) | const |
std::string COutPoint::ToString | ( | ) | const |