![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
An outpoint - a combination of a transaction hash and an index n into its vout. More...
#include <main.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 |