![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <privatesend.h>
Public Member Functions | |
CDarkSendEntry () | |
CDarkSendEntry (const std::vector< CTxIn > &vecTxIn, const std::vector< CTxOut > &vecTxOut, const CTransaction &txCollateral) | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
bool | AddScriptSig (const CTxIn &txin) |
Public Attributes | |
std::vector< CTxDSIn > | vecTxDSIn |
std::vector< CTxDSOut > | vecTxDSOut |
CTransaction | txCollateral |
CService | addr |
ADD_SERIALIZE_METHODS | |
Definition at line 115 of file privatesend.h.
|
inline |
Definition at line 124 of file privatesend.h.
CDarkSendEntry::CDarkSendEntry | ( | const std::vector< CTxIn > & | vecTxIn, |
const std::vector< CTxOut > & | vecTxOut, | ||
const CTransaction & | txCollateral | ||
) |
Definition at line 22 of file privatesend.cpp.
bool CDarkSendEntry::AddScriptSig | ( | const CTxIn & | txin | ) |
Definition at line 31 of file privatesend.cpp.
|
inline |
Definition at line 136 of file privatesend.h.
CDarkSendEntry::ADD_SERIALIZE_METHODS |
Definition at line 133 of file privatesend.h.
CService CDarkSendEntry::addr |
Definition at line 122 of file privatesend.h.
CTransaction CDarkSendEntry::txCollateral |
Definition at line 120 of file privatesend.h.
Referenced by CPrivateSendServer::AddEntry(), CPrivateSendServer::ChargeFees(), and SerializationOp().
std::vector<CTxDSIn> CDarkSendEntry::vecTxDSIn |
Definition at line 118 of file privatesend.h.
Referenced by CPrivateSendServer::AddEntry(), CPrivateSendServer::AddScriptSig(), AddScriptSig(), CDarkSendEntry(), CPrivateSendServer::ChargeFees(), CPrivateSendServer::IsInputScriptSigValid(), CPrivateSendServer::IsSignaturesComplete(), SerializationOp(), and CPrivateSendClient::SignFinalTransaction().
std::vector<CTxDSOut> CDarkSendEntry::vecTxDSOut |
Definition at line 119 of file privatesend.h.
Referenced by CDarkSendEntry(), CPrivateSendServer::IsInputScriptSigValid(), CPrivateSendServer::IsOutputsCompatibleWithSessionDenom(), SerializationOp(), and CPrivateSendClient::SignFinalTransaction().