Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CPrivateSendAccept Class Reference

#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]

CPrivateSendAccept::CPrivateSendAccept ( )
inline

Definition at line 149 of file privatesend.h.

◆ CPrivateSendAccept() [2/2]

CPrivateSendAccept::CPrivateSendAccept ( int  nDenom,
const CMutableTransaction txCollateral 
)
inline

Definition at line 153 of file privatesend.h.

Member Function Documentation

◆ SerializationOp()

template<typename Stream , typename Operation >
void CPrivateSendAccept::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 160 of file privatesend.h.

References nDenom, READWRITE, and txCollateral.

Friends And Related Function Documentation

◆ operator==

bool operator== ( const CPrivateSendAccept a,
const CPrivateSendAccept b 
)
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

◆ txCollateral


The documentation for this class was generated from the following file:
Released under the MIT license