Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <privatesend-client.h>
Public Member Functions | |
CPendingDsaRequest () | |
CPendingDsaRequest (const CService &addr_, const CPrivateSendAccept &dsa_) | |
CService | GetAddr () |
CPrivateSendAccept | GetDSA () |
bool | IsExpired () |
operator bool () const | |
Private Attributes | |
CService | addr |
CPrivateSendAccept | dsa |
int64_t | nTimeCreated |
Static Private Attributes | |
static const int | TIMEOUT = 15 |
Friends | |
bool | operator== (const CPendingDsaRequest &a, const CPendingDsaRequest &b) |
bool | operator!= (const CPendingDsaRequest &a, const CPendingDsaRequest &b) |
Detailed Description
Definition at line 59 of file privatesend-client.h.
Constructor & Destructor Documentation
◆ CPendingDsaRequest() [1/2]
|
inline |
Definition at line 69 of file privatesend-client.h.
Referenced by operator bool().
◆ CPendingDsaRequest() [2/2]
|
inline |
Definition at line 76 of file privatesend-client.h.
Member Function Documentation
◆ GetAddr()
|
inline |
Definition at line 83 of file privatesend-client.h.
References addr.
Referenced by CPrivateSendClientSession::ProcessPendingDsaRequest().
◆ GetDSA()
|
inline |
Definition at line 84 of file privatesend-client.h.
References dsa.
Referenced by CPrivateSendClientSession::ProcessPendingDsaRequest().
◆ IsExpired()
|
inline |
Definition at line 85 of file privatesend-client.h.
References GetTime(), nTimeCreated, and TIMEOUT.
Referenced by CPrivateSendClientSession::ProcessPendingDsaRequest().
◆ operator bool()
|
inlineexplicit |
Definition at line 95 of file privatesend-client.h.
References CPendingDsaRequest().
Friends And Related Function Documentation
◆ operator!=
|
friend |
Definition at line 91 of file privatesend-client.h.
◆ operator==
|
friend |
Definition at line 87 of file privatesend-client.h.
Member Data Documentation
◆ addr
|
private |
Definition at line 64 of file privatesend-client.h.
Referenced by GetAddr().
◆ dsa
|
private |
Definition at line 65 of file privatesend-client.h.
Referenced by GetDSA().
◆ nTimeCreated
|
private |
Definition at line 66 of file privatesend-client.h.
Referenced by IsExpired().
◆ TIMEOUT
|
staticprivate |
Definition at line 62 of file privatesend-client.h.
Referenced by IsExpired().
The documentation for this class was generated from the following file:
- src/privatesend/privatesend-client.h