Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

#include <walletmodel.h>

+ Collaboration diagram for SendCoinsRecipient:

Public Member Functions

 SendCoinsRecipient ()
 
 SendCoinsRecipient (const QString &addr, const QString &_label, const CAmount &_amount, const QString &_message)
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 

Public Attributes

QString address
 
QString label
 
CAmount amount
 
QString message
 
PaymentRequestPlus paymentRequest
 
QString authenticatedMerchant
 
bool fSubtractFeeFromAmount
 
int nVersion
 
 ADD_SERIALIZE_METHODS
 

Static Public Attributes

static const int CURRENT_VERSION = 1
 

Detailed Description

Definition at line 39 of file walletmodel.h.

Constructor & Destructor Documentation

◆ SendCoinsRecipient() [1/2]

SendCoinsRecipient::SendCoinsRecipient ( )
inlineexplicit

Definition at line 42 of file walletmodel.h.

◆ SendCoinsRecipient() [2/2]

SendCoinsRecipient::SendCoinsRecipient ( const QString &  addr,
const QString &  _label,
const CAmount _amount,
const QString &  _message 
)
inlineexplicit

Definition at line 43 of file walletmodel.h.

Member Function Documentation

◆ SerializationOp()

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

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

SendCoinsRecipient::ADD_SERIALIZE_METHODS

Definition at line 67 of file walletmodel.h.

◆ address

◆ amount

◆ authenticatedMerchant

QString SendCoinsRecipient::authenticatedMerchant

◆ CURRENT_VERSION

const int SendCoinsRecipient::CURRENT_VERSION = 1
static

Definition at line 64 of file walletmodel.h.

◆ fSubtractFeeFromAmount

bool SendCoinsRecipient::fSubtractFeeFromAmount

◆ label

◆ message

◆ nVersion

int SendCoinsRecipient::nVersion

Definition at line 65 of file walletmodel.h.

◆ paymentRequest


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