Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
SendCoinsRecipient Class Reference

#include <sendcoinsrecipient.h>

Public Member Functions

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

Public Attributes

QString address
 
QString label
 
CAmount 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 19 of file sendcoinsrecipient.h.

Constructor & Destructor Documentation

SendCoinsRecipient::SendCoinsRecipient ( )
inlineexplicit

Definition at line 22 of file sendcoinsrecipient.h.

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

Definition at line 23 of file sendcoinsrecipient.h.

Member Function Documentation

SendCoinsRecipient::SERIALIZE_METHODS ( SendCoinsRecipient  ,
obj   
)
inline

Definition at line 47 of file sendcoinsrecipient.h.

Member Data Documentation

QString SendCoinsRecipient::address

Definition at line 31 of file sendcoinsrecipient.h.

CAmount SendCoinsRecipient::amount

Definition at line 33 of file sendcoinsrecipient.h.

QString SendCoinsRecipient::authenticatedMerchant

Definition at line 40 of file sendcoinsrecipient.h.

const int SendCoinsRecipient::CURRENT_VERSION = 1
static

Definition at line 44 of file sendcoinsrecipient.h.

bool SendCoinsRecipient::fSubtractFeeFromAmount

Definition at line 42 of file sendcoinsrecipient.h.

QString SendCoinsRecipient::label

Definition at line 32 of file sendcoinsrecipient.h.

QString SendCoinsRecipient::message

Definition at line 35 of file sendcoinsrecipient.h.

int SendCoinsRecipient::nVersion

Definition at line 45 of file sendcoinsrecipient.h.

std::string SendCoinsRecipient::sPaymentRequest

Definition at line 38 of file sendcoinsrecipient.h.


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