![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
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 |
Definition at line 24 of file transaction.h.
|
inline |
Definition at line 25 of file transaction.h.
|
inline |
Definition at line 36 of file transaction.h.
|
inline |
Definition at line 30 of file transaction.h.
|
inline |
std::string COutPoint::ToString | ( | ) | const |
Definition at line 12 of file transaction.cpp.
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.