![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <privatesend.h>
Public Member Functions | |
CTxDSOut (const CTxOut &out) | |
CTxDSOut () | |
![]() | |
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 |
![]() | |
CAmount | nValue |
CScript | scriptPubKey |
int | nRounds |
ADD_SERIALIZE_METHODS | |
Holds an mixing output
Definition at line 98 of file privatesend.h.
|
inline |
Definition at line 103 of file privatesend.h.
|
inline |
Definition at line 108 of file privatesend.h.
int CTxDSOut::nSentTimes |
Definition at line 101 of file privatesend.h.