![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <privatesend.h>
Public Member Functions | |
CDarksendQueue () | |
CDarksendQueue (int nDenom, COutPoint outpoint, int64_t nTime, bool fReady) | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
bool | Sign () |
bool | CheckSignature (const CPubKey &pubKeyMasternode) |
Check if we have a valid Masternode address. More... | |
bool | Relay (CConnman &connman) |
bool | IsExpired () |
Is this queue expired? More... | |
std::string | ToString () |
Public Attributes | |
int | nDenom |
CTxIn | vin |
int64_t | nTime |
bool | fReady |
std::vector< unsigned char > | vchSig |
bool | fTried |
ADD_SERIALIZE_METHODS | |
Friends | |
bool | operator== (const CDarksendQueue &a, const CDarksendQueue &b) |
A currently inprogress mixing merge and denomination information
Definition at line 149 of file privatesend.h.
|
inline |
Definition at line 160 of file privatesend.h.
|
inline |
Definition at line 169 of file privatesend.h.
bool CDarksendQueue::CheckSignature | ( | const CPubKey & | pubKeyMasternode | ) |
Check if we have a valid Masternode address.
Definition at line 62 of file privatesend.cpp.
Referenced by Sign().
|
inline |
Is this queue expired?
Definition at line 203 of file privatesend.h.
Referenced by CPrivateSendClient::JoinExistingQueue().
bool CDarksendQueue::Relay | ( | CConnman & | connman | ) |
Definition at line 75 of file privatesend.cpp.
Referenced by CPrivateSendServer::CheckForCompleteQueue(), and CPrivateSendServer::CreateNewSession().
|
inline |
Definition at line 181 of file privatesend.h.
bool CDarksendQueue::Sign | ( | ) |
Sign this mixing transaction
Definition at line 48 of file privatesend.cpp.
Referenced by CPrivateSendServer::CheckForCompleteQueue(), and CPrivateSendServer::CreateNewSession().
|
inline |
Definition at line 205 of file privatesend.h.
Referenced by CPrivateSendServer::CheckForCompleteQueue(), CheckSignature(), CPrivateSendServer::CreateNewSession(), CPrivateSendClient::JoinExistingQueue(), and Sign().
|
friend |
Definition at line 211 of file privatesend.h.
CDarksendQueue::ADD_SERIALIZE_METHODS |
Definition at line 178 of file privatesend.h.
bool CDarksendQueue::fReady |
Definition at line 155 of file privatesend.h.
Referenced by CheckSignature(), SerializationOp(), Sign(), and ToString().
bool CDarksendQueue::fTried |
Definition at line 158 of file privatesend.h.
Referenced by CPrivateSendClient::JoinExistingQueue(), and ToString().
int CDarksendQueue::nDenom |
Definition at line 152 of file privatesend.h.
Referenced by CheckSignature(), CPrivateSendClient::JoinExistingQueue(), SerializationOp(), Sign(), and ToString().
int64_t CDarksendQueue::nTime |
Definition at line 154 of file privatesend.h.
Referenced by CheckSignature(), IsExpired(), SerializationOp(), Sign(), and ToString().
std::vector<unsigned char> CDarksendQueue::vchSig |
Definition at line 156 of file privatesend.h.
Referenced by CheckSignature(), SerializationOp(), and Sign().
CTxIn CDarksendQueue::vin |
Definition at line 153 of file privatesend.h.
Referenced by CheckSignature(), CPrivateSendClient::JoinExistingQueue(), CPrivateSendServer::ProcessMessage(), CPrivateSendClient::ProcessMessage(), SerializationOp(), Sign(), and ToString().