PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | List of all members
SaplingOutPoint Class Reference

An outpoint - a combination of a transaction hash and an index n into its sapling output description (vShieldedOutput) More...

#include <transaction.h>

Inheritance diagram for SaplingOutPoint:
[legend]
Collaboration diagram for SaplingOutPoint:
[legend]

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}
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ SaplingOutPoint() [1/2]

SaplingOutPoint::SaplingOutPoint ( )
inline

Definition at line 84 of file transaction.h.

◆ SaplingOutPoint() [2/2]

SaplingOutPoint::SaplingOutPoint ( const uint256 hashIn,
const uint32_t  nIn 
)
inline

Definition at line 85 of file transaction.h.

Member Function Documentation

◆ ToString()

std::string SaplingOutPoint::ToString ( ) const

Definition at line 23 of file transaction.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following files: