Bitcoin
|
#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 | |
Static Public Attributes | |
static constexpr uint32_t | NULL_INDEX = std::numeric_limits<uint32_t>::max() |
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 |
|
inline |
|
inline |
std::string COutPoint::ToString | ( | ) | const |
COutPoint::ADD_SERIALIZE_METHODS |
uint256 COutPoint::hash |
uint32_t COutPoint::n |