Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
SendCoinsRecipient Class Reference

#include <walletmodel.h>

Collaboration diagram for SendCoinsRecipient:
[legend]

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
 
PaymentRequestPlus paymentRequest
 
QString authenticatedMerchant
 
bool fSubtractFeeFromAmount
 
int nVersion
 
 ADD_SERIALIZE_METHODS
 

Static Public Attributes

static const int CURRENT_VERSION = 1
 

Detailed Description

Definition at line 42 of file walletmodel.h.

Constructor & Destructor Documentation

SendCoinsRecipient::SendCoinsRecipient ( )
inlineexplicit

Definition at line 45 of file walletmodel.h.

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

Definition at line 46 of file walletmodel.h.

Member Function Documentation

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

Definition at line 73 of file walletmodel.h.

Here is the call graph for this function:

Member Data Documentation

SendCoinsRecipient::ADD_SERIALIZE_METHODS

Definition at line 70 of file walletmodel.h.

QString SendCoinsRecipient::address

Definition at line 54 of file walletmodel.h.

CAmount SendCoinsRecipient::amount

Definition at line 56 of file walletmodel.h.

QString SendCoinsRecipient::authenticatedMerchant

Definition at line 63 of file walletmodel.h.

const int SendCoinsRecipient::CURRENT_VERSION = 1
static

Definition at line 67 of file walletmodel.h.

bool SendCoinsRecipient::fSubtractFeeFromAmount

Definition at line 65 of file walletmodel.h.

QString SendCoinsRecipient::label

Definition at line 55 of file walletmodel.h.

QString SendCoinsRecipient::message

Definition at line 58 of file walletmodel.h.

int SendCoinsRecipient::nVersion

Definition at line 68 of file walletmodel.h.

PaymentRequestPlus SendCoinsRecipient::paymentRequest

Definition at line 61 of file walletmodel.h.


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