Bitcoin
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
SendCoinsRecipient Class Reference

#include <walletmodel.h>

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
 
std::string sPaymentRequest
 
QString authenticatedMerchant
 
bool fSubtractFeeFromAmount
 
int nVersion
 
 ADD_SERIALIZE_METHODS
 

Static Public Attributes

static const int CURRENT_VERSION = 1
 

Constructor & Destructor Documentation

◆ SendCoinsRecipient() [1/2]

SendCoinsRecipient::SendCoinsRecipient ( )
inlineexplicit

◆ SendCoinsRecipient() [2/2]

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

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

◆ address

QString SendCoinsRecipient::address

◆ amount

CAmount SendCoinsRecipient::amount

◆ authenticatedMerchant

QString SendCoinsRecipient::authenticatedMerchant

◆ CURRENT_VERSION

const int SendCoinsRecipient::CURRENT_VERSION = 1
static

◆ fSubtractFeeFromAmount

bool SendCoinsRecipient::fSubtractFeeFromAmount

◆ label

QString SendCoinsRecipient::label

◆ message

QString SendCoinsRecipient::message

◆ nVersion

int SendCoinsRecipient::nVersion

◆ sPaymentRequest

std::string SendCoinsRecipient::sPaymentRequest

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