Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 15 of file sendcoinsrecipient.h.

Constructor & Destructor Documentation

◆ SendCoinsRecipient() [1/2]

SendCoinsRecipient::SendCoinsRecipient ( )
inlineexplicit

Definition at line 18 of file sendcoinsrecipient.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SendCoinsRecipient() [2/2]

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

Definition at line 19 of file sendcoinsrecipient.h.

Here is the call graph for this function:

Member Function Documentation

◆ SERIALIZE_METHODS()

SendCoinsRecipient::SERIALIZE_METHODS ( SendCoinsRecipient ,
obj  )
inline

Definition at line 43 of file sendcoinsrecipient.h.

Here is the call graph for this function:

Member Data Documentation

◆ address

QString SendCoinsRecipient::address

Definition at line 27 of file sendcoinsrecipient.h.

◆ amount

CAmount SendCoinsRecipient::amount

Definition at line 29 of file sendcoinsrecipient.h.

◆ authenticatedMerchant

QString SendCoinsRecipient::authenticatedMerchant

Definition at line 36 of file sendcoinsrecipient.h.

◆ CURRENT_VERSION

const int SendCoinsRecipient::CURRENT_VERSION = 1
static

Definition at line 40 of file sendcoinsrecipient.h.

◆ fSubtractFeeFromAmount

bool SendCoinsRecipient::fSubtractFeeFromAmount

Definition at line 38 of file sendcoinsrecipient.h.

◆ label

QString SendCoinsRecipient::label

Definition at line 28 of file sendcoinsrecipient.h.

◆ message

QString SendCoinsRecipient::message

Definition at line 31 of file sendcoinsrecipient.h.

◆ nVersion

int SendCoinsRecipient::nVersion

Definition at line 41 of file sendcoinsrecipient.h.

◆ sPaymentRequest

std::string SendCoinsRecipient::sPaymentRequest

Definition at line 34 of file sendcoinsrecipient.h.


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