![]() |
PIVX Core
5.6.99
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 | |
| BaseOutPoint () | |
| BaseOutPoint (const uint256 &hashIn, const uint32_t nIn, bool isTransparentIn=true) | |
| SERIALIZE_METHODS (BaseOutPoint, obj) | |
| void | SetNull () |
| bool | IsNull () const |
| std::string | ToString () const |
| std::string | ToStringShort () const |
| size_t | DynamicMemoryUsage () const |
Public Attributes | |
| uint256 | hash |
| uint32_t | n |
| bool | isTransparent {true} |
Friends | |
| bool | operator< (const BaseOutPoint &a, const BaseOutPoint &b) |
| bool | operator== (const BaseOutPoint &a, const BaseOutPoint &b) |
| bool | operator!= (const BaseOutPoint &a, const BaseOutPoint &b) |
An outpoint - a combination of a transaction hash and an index n into its vout.
Definition at line 32 of file transaction.h.
|
inline |
|
inline |
Definition at line 40 of file transaction.h.
|
inline |
Definition at line 66 of file transaction.h.
|
inline |
Definition at line 46 of file transaction.h.
|
inline |
Definition at line 43 of file transaction.h.
|
inline |
Definition at line 45 of file transaction.h.
| std::string BaseOutPoint::ToString | ( | ) | const |
| std::string BaseOutPoint::ToStringShort | ( | ) | const |
Definition at line 13 of file transaction.cpp.
|
friend |
Definition at line 58 of file transaction.h.
|
friend |
Definition at line 48 of file transaction.h.
|
friend |
Definition at line 53 of file transaction.h.
| uint256 BaseOutPoint::hash |
Definition at line 35 of file transaction.h.
| bool BaseOutPoint::isTransparent {true} |
Definition at line 37 of file transaction.h.
| uint32_t BaseOutPoint::n |
Definition at line 36 of file transaction.h.