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

An outpoint - a combination of a transaction hash and an index n into its vout. More...

#include <transaction.h>

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

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}
 

Detailed Description

An outpoint - a combination of a transaction hash and an index n into its vout.

Definition at line 71 of file transaction.h.

Constructor & Destructor Documentation

◆ COutPoint() [1/2]

COutPoint::COutPoint ( )
inline

Definition at line 74 of file transaction.h.

◆ COutPoint() [2/2]

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

Definition at line 75 of file transaction.h.

Member Function Documentation

◆ ToString()

std::string COutPoint::ToString ( ) const

Definition at line 18 of file transaction.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

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