Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <privatesend.h>
Public Member Functions | |
CPrivateSendStatusUpdate () | |
CPrivateSendStatusUpdate (int nSessionID, PoolState nState, int nEntriesCount, PoolStatusUpdate nStatusUpdate, PoolMessage nMessageID) | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action) |
Public Attributes | |
int | nSessionID |
PoolState | nState |
int | nEntriesCount |
PoolStatusUpdate | nStatusUpdate |
PoolMessage | nMessageID |
ADD_SERIALIZE_METHODS | |
Detailed Description
Definition at line 81 of file privatesend.h.
Constructor & Destructor Documentation
◆ CPrivateSendStatusUpdate() [1/2]
|
inline |
Definition at line 90 of file privatesend.h.
◆ CPrivateSendStatusUpdate() [2/2]
|
inline |
Definition at line 97 of file privatesend.h.
Member Function Documentation
◆ SerializationOp()
|
inline |
Definition at line 107 of file privatesend.h.
References nEntriesCount, nMessageID, nSessionID, nState, nStatusUpdate, and READWRITE.
Member Data Documentation
◆ ADD_SERIALIZE_METHODS
CPrivateSendStatusUpdate::ADD_SERIALIZE_METHODS |
Definition at line 102 of file privatesend.h.
◆ nEntriesCount
int CPrivateSendStatusUpdate::nEntriesCount |
Definition at line 86 of file privatesend.h.
Referenced by SerializationOp().
◆ nMessageID
PoolMessage CPrivateSendStatusUpdate::nMessageID |
Definition at line 88 of file privatesend.h.
Referenced by CPrivateSendClientSession::ProcessPoolStateUpdate(), and SerializationOp().
◆ nSessionID
int CPrivateSendStatusUpdate::nSessionID |
Definition at line 84 of file privatesend.h.
Referenced by CPrivateSendClientSession::ProcessPoolStateUpdate(), and SerializationOp().
◆ nState
PoolState CPrivateSendStatusUpdate::nState |
Definition at line 85 of file privatesend.h.
Referenced by CPrivateSendClientSession::ProcessPoolStateUpdate(), and SerializationOp().
◆ nStatusUpdate
PoolStatusUpdate CPrivateSendStatusUpdate::nStatusUpdate |
Definition at line 87 of file privatesend.h.
Referenced by CPrivateSendClientSession::ProcessPoolStateUpdate(), and SerializationOp().
The documentation for this class was generated from the following file:
- src/privatesend/privatesend.h