![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
An outpoint - a combination of a transaction hash and an index n into its sapling output description (vShieldedOutput) More...
#include <transaction.h>
Public Member Functions | |
| SaplingOutPoint () | |
| SaplingOutPoint (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 sapling output description (vShieldedOutput)
Definition at line 81 of file transaction.h.
|
inline |
Definition at line 84 of file transaction.h.
|
inline |
Definition at line 85 of file transaction.h.
| std::string SaplingOutPoint::ToString | ( | ) | const |