Dash Core  0.12.2.1
P2P Digital Currency
CTxDSOut Class Reference

#include <privatesend.h>

+ Inheritance diagram for CTxDSOut:

Public Member Functions

 CTxDSOut (const CTxOut &out)
 
 CTxDSOut ()
 
- Public Member Functions inherited from CTxOut
 CTxOut ()
 
 CTxOut (const CAmount &nValueIn, CScript scriptPubKeyIn)
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 
void SetNull ()
 
bool IsNull () const
 
uint256 GetHash () const
 
CAmount GetDustThreshold (const CFeeRate &minRelayTxFee) const
 
bool IsDust (const CFeeRate &minRelayTxFee) const
 
std::string ToString () const
 

Public Attributes

int nSentTimes
 
- Public Attributes inherited from CTxOut
CAmount nValue
 
CScript scriptPubKey
 
int nRounds
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Holds an mixing output

Definition at line 98 of file privatesend.h.

Constructor & Destructor Documentation

◆ CTxDSOut() [1/2]

CTxDSOut::CTxDSOut ( const CTxOut out)
inline

Definition at line 103 of file privatesend.h.

◆ CTxDSOut() [2/2]

CTxDSOut::CTxDSOut ( )
inline

Definition at line 108 of file privatesend.h.

Member Data Documentation

◆ nSentTimes

int CTxDSOut::nSentTimes

Definition at line 101 of file privatesend.h.


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