Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <privatesend.h>
Collaboration diagram for CPrivateSendAccept:Public Member Functions | |
| CPrivateSendAccept () | |
| CPrivateSendAccept (int nDenom, const CMutableTransaction &txCollateral) | |
| template<typename Stream , typename Operation > | |
| void | SerializationOp (Stream &s, Operation ser_action) |
Public Attributes | |
| int | nDenom |
| CMutableTransaction | txCollateral |
| ADD_SERIALIZE_METHODS | |
Friends | |
| bool | operator== (const CPrivateSendAccept &a, const CPrivateSendAccept &b) |
Detailed Description
Definition at line 143 of file privatesend.h.
Constructor & Destructor Documentation
◆ CPrivateSendAccept() [1/2]
|
inline |
Definition at line 149 of file privatesend.h.
◆ CPrivateSendAccept() [2/2]
|
inline |
Definition at line 153 of file privatesend.h.
Member Function Documentation
◆ SerializationOp()
|
inline |
Definition at line 160 of file privatesend.h.
References nDenom, READWRITE, and txCollateral.
Friends And Related Function Documentation
◆ operator==
|
friend |
Definition at line 166 of file privatesend.h.
Member Data Documentation
◆ ADD_SERIALIZE_METHODS
| CPrivateSendAccept::ADD_SERIALIZE_METHODS |
Definition at line 155 of file privatesend.h.
◆ nDenom
| int CPrivateSendAccept::nDenom |
Definition at line 146 of file privatesend.h.
Referenced by CPrivateSendServer::AddUserToExistingSession(), CPrivateSendServer::CreateNewSession(), CPrivateSendServer::IsAcceptableDSA(), and SerializationOp().
◆ txCollateral
| CMutableTransaction CPrivateSendAccept::txCollateral |
Definition at line 147 of file privatesend.h.
Referenced by CPrivateSendServer::AddUserToExistingSession(), CPrivateSendServer::CreateNewSession(), CPrivateSendServer::IsAcceptableDSA(), and SerializationOp().
The documentation for this class was generated from the following file:
- src/privatesend/privatesend.h

