![]() |
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 | |
| COutPoint () | |
| COutPoint (const uint256 &hashIn, const uint32_t nIn) | |
| std::string | ToString () const |
Public Member Functions inherited from BaseOutPoint | |
| 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 |
Additional Inherited Members | |
Public Attributes inherited from BaseOutPoint | |
| uint256 | hash |
| uint32_t | n |
| bool | isTransparent {true} |
An outpoint - a combination of a transaction hash and an index n into its vout.
Definition at line 71 of file transaction.h.
|
inline |
Definition at line 74 of file transaction.h.
|
inline |
Definition at line 75 of file transaction.h.
| std::string COutPoint::ToString | ( | ) | const |
Definition at line 18 of file transaction.cpp.