Bitcoin ABC  0.28.12
P2P Digital Currency
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
SendCoinsRecipient Class Reference

#include <sendcoinsrecipient.h>

Collaboration diagram for SendCoinsRecipient:
[legend]

Public Member Functions

 SendCoinsRecipient ()
 
 SendCoinsRecipient (const QString &addr, const QString &_label, const Amount _amount, const QString &_message)
 
 SERIALIZE_METHODS (SendCoinsRecipient, obj)
 

Public Attributes

QString address
 
QString label
 
Amount amount
 
QString message
 
std::string sPaymentRequest
 
QString authenticatedMerchant
 
bool fSubtractFeeFromAmount
 
int nVersion
 

Static Public Attributes

static const int CURRENT_VERSION = 1
 

Detailed Description

Definition at line 23 of file sendcoinsrecipient.h.

Constructor & Destructor Documentation

◆ SendCoinsRecipient() [1/2]

SendCoinsRecipient::SendCoinsRecipient ( )
inlineexplicit

Definition at line 25 of file sendcoinsrecipient.h.

◆ SendCoinsRecipient() [2/2]

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

Definition at line 28 of file sendcoinsrecipient.h.

Member Function Documentation

◆ SERIALIZE_METHODS()

SendCoinsRecipient::SERIALIZE_METHODS ( SendCoinsRecipient  ,
obj   
)
inline

Definition at line 62 of file sendcoinsrecipient.h.

Member Data Documentation

◆ address

QString SendCoinsRecipient::address

Definition at line 39 of file sendcoinsrecipient.h.

◆ amount

Amount SendCoinsRecipient::amount

Definition at line 41 of file sendcoinsrecipient.h.

◆ authenticatedMerchant

QString SendCoinsRecipient::authenticatedMerchant

Definition at line 54 of file sendcoinsrecipient.h.

◆ CURRENT_VERSION

const int SendCoinsRecipient::CURRENT_VERSION = 1
static

Definition at line 59 of file sendcoinsrecipient.h.

◆ fSubtractFeeFromAmount

bool SendCoinsRecipient::fSubtractFeeFromAmount

Definition at line 57 of file sendcoinsrecipient.h.

◆ label

QString SendCoinsRecipient::label

Definition at line 40 of file sendcoinsrecipient.h.

◆ message

QString SendCoinsRecipient::message

Definition at line 43 of file sendcoinsrecipient.h.

◆ nVersion

int SendCoinsRecipient::nVersion

Definition at line 60 of file sendcoinsrecipient.h.

◆ sPaymentRequest

std::string SendCoinsRecipient::sPaymentRequest

Definition at line 51 of file sendcoinsrecipient.h.


The documentation for this class was generated from the following file: