BSHA3  0.17.99
P2P Blockchain, based on 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
 

Detailed Description

Definition at line 54 of file walletmodel.h.

Constructor & Destructor Documentation

◆ SendCoinsRecipient() [1/2]

SendCoinsRecipient::SendCoinsRecipient ( )
inlineexplicit

Definition at line 57 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 58 of file walletmodel.h.

Member Function Documentation

◆ SerializationOp()

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

Definition at line 91 of file walletmodel.h.

Here is the call graph for this function:

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

SendCoinsRecipient::ADD_SERIALIZE_METHODS

Definition at line 88 of file walletmodel.h.

◆ address

QString SendCoinsRecipient::address

Definition at line 66 of file walletmodel.h.

◆ amount

CAmount SendCoinsRecipient::amount

Definition at line 68 of file walletmodel.h.

◆ authenticatedMerchant

QString SendCoinsRecipient::authenticatedMerchant

Definition at line 81 of file walletmodel.h.

◆ CURRENT_VERSION

const int SendCoinsRecipient::CURRENT_VERSION = 1
static

Definition at line 85 of file walletmodel.h.

◆ fSubtractFeeFromAmount

bool SendCoinsRecipient::fSubtractFeeFromAmount

Definition at line 83 of file walletmodel.h.

◆ label

QString SendCoinsRecipient::label

Definition at line 67 of file walletmodel.h.

◆ message

QString SendCoinsRecipient::message

Definition at line 70 of file walletmodel.h.

◆ nVersion

int SendCoinsRecipient::nVersion

Definition at line 86 of file walletmodel.h.

◆ sPaymentRequest

std::string SendCoinsRecipient::sPaymentRequest

Definition at line 78 of file walletmodel.h.


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