![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <darksend-relay.h>
Public Member Functions | |
CDarkSendRelay () | |
CDarkSendRelay (CTxIn &vinMasternodeIn, vector< unsigned char > &vchSigIn, int nBlockHeightIn, int nRelayTypeIn, CTxIn &in2, CTxOut &out2) | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion) |
std::string | ToString () |
bool | Sign (std::string strSharedKey) |
bool | VerifyMessage (std::string strSharedKey) |
void | Relay () |
void | RelayThroughNode (int nRank) |
Public Attributes | |
CTxIn | vinMasternode |
vector< unsigned char > | vchSig |
vector< unsigned char > | vchSig2 |
int | nBlockHeight |
int | nRelayType |
CTxIn | in |
CTxOut | out |
ADD_SERIALIZE_METHODS | |
Definition at line 14 of file darksend-relay.h.
CDarkSendRelay::CDarkSendRelay | ( | ) |
Definition at line 5 of file darksend-relay.cpp.
CDarkSendRelay::CDarkSendRelay | ( | CTxIn & | vinMasternodeIn, |
vector< unsigned char > & | vchSigIn, | ||
int | nBlockHeightIn, | ||
int | nRelayTypeIn, | ||
CTxIn & | in2, | ||
CTxOut & | out2 | ||
) |
Definition at line 14 of file darksend-relay.cpp.
void CDarkSendRelay::Relay | ( | ) |
Definition at line 84 of file darksend-relay.cpp.
void CDarkSendRelay::RelayThroughNode | ( | int | nRank | ) |
Definition at line 100 of file darksend-relay.cpp.
Referenced by Relay().
|
inline |
Definition at line 31 of file darksend-relay.h.
bool CDarkSendRelay::Sign | ( | std::string | strSharedKey | ) |
Definition at line 37 of file darksend-relay.cpp.
std::string CDarkSendRelay::ToString | ( | ) |
Definition at line 24 of file darksend-relay.cpp.
bool CDarkSendRelay::VerifyMessage | ( | std::string | strSharedKey | ) |
Definition at line 63 of file darksend-relay.cpp.
CDarkSendRelay::ADD_SERIALIZE_METHODS |
Definition at line 28 of file darksend-relay.h.
CTxIn CDarkSendRelay::in |
Definition at line 22 of file darksend-relay.h.
Referenced by CDarkSendRelay(), SerializationOp(), Sign(), ToString(), and VerifyMessage().
int CDarkSendRelay::nBlockHeight |
Definition at line 20 of file darksend-relay.h.
Referenced by CDarkSendRelay(), RelayThroughNode(), SerializationOp(), and ToString().
int CDarkSendRelay::nRelayType |
Definition at line 21 of file darksend-relay.h.
Referenced by CDarkSendRelay(), SerializationOp(), and ToString().
CTxOut CDarkSendRelay::out |
Definition at line 23 of file darksend-relay.h.
Referenced by CDarkSendRelay(), SerializationOp(), Sign(), ToString(), and VerifyMessage().
vector<unsigned char> CDarkSendRelay::vchSig |
Definition at line 18 of file darksend-relay.h.
Referenced by CDarkSendRelay(), and SerializationOp().
vector<unsigned char> CDarkSendRelay::vchSig2 |
Definition at line 19 of file darksend-relay.h.
Referenced by SerializationOp(), Sign(), and VerifyMessage().
CTxIn CDarkSendRelay::vinMasternode |
Definition at line 17 of file darksend-relay.h.
Referenced by CDarkSendRelay(), SerializationOp(), and ToString().