PRCYCoin  2.0.0.7rc1
P2P Digital Currency
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, int nType, int nVersion)
 

Public Attributes

QString address
 
QString label
 
AvailableCoinsType inputType
 
bool useSwiftTX
 
CAmount amount
 
QString message
 
std::string sPaymentRequest {}
 
QString authenticatedMerchant
 
int nVersion
 
 ADD_SERIALIZE_METHODS
 

Static Public Attributes

static const int CURRENT_VERSION = 1
 

Detailed Description

Definition at line 46 of file walletmodel.h.

Constructor & Destructor Documentation

◆ SendCoinsRecipient() [1/2]

SendCoinsRecipient::SendCoinsRecipient ( )
inlineexplicit

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

Member Function Documentation

◆ SerializationOp()

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

Definition at line 76 of file walletmodel.h.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

SendCoinsRecipient::ADD_SERIALIZE_METHODS

Definition at line 73 of file walletmodel.h.

◆ address

QString SendCoinsRecipient::address
Todo:
: This is a hack, should be replaced with a cleaner solution!

Definition at line 57 of file walletmodel.h.

◆ amount

CAmount SendCoinsRecipient::amount

Definition at line 61 of file walletmodel.h.

◆ authenticatedMerchant

QString SendCoinsRecipient::authenticatedMerchant

Definition at line 68 of file walletmodel.h.

◆ CURRENT_VERSION

const int SendCoinsRecipient::CURRENT_VERSION = 1
static

Definition at line 70 of file walletmodel.h.

◆ inputType

AvailableCoinsType SendCoinsRecipient::inputType

Definition at line 59 of file walletmodel.h.

◆ label

QString SendCoinsRecipient::label

Definition at line 58 of file walletmodel.h.

◆ message

QString SendCoinsRecipient::message

Definition at line 63 of file walletmodel.h.

◆ nVersion

int SendCoinsRecipient::nVersion

Definition at line 71 of file walletmodel.h.

◆ sPaymentRequest

std::string SendCoinsRecipient::sPaymentRequest {}

Definition at line 66 of file walletmodel.h.

◆ useSwiftTX

bool SendCoinsRecipient::useSwiftTX

Definition at line 60 of file walletmodel.h.


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