Raven Core  3.0.0
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 41 of file walletmodel.h.

Constructor & Destructor Documentation

◆ SendCoinsRecipient() [1/2]

SendCoinsRecipient::SendCoinsRecipient ( )
inlineexplicit

Definition at line 44 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 45 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 72 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 69 of file walletmodel.h.

◆ address

QString SendCoinsRecipient::address

Definition at line 53 of file walletmodel.h.

◆ amount

CAmount SendCoinsRecipient::amount

Definition at line 55 of file walletmodel.h.

◆ authenticatedMerchant

QString SendCoinsRecipient::authenticatedMerchant

Definition at line 62 of file walletmodel.h.

◆ CURRENT_VERSION

const int SendCoinsRecipient::CURRENT_VERSION = 1
static

Definition at line 66 of file walletmodel.h.

◆ fSubtractFeeFromAmount

bool SendCoinsRecipient::fSubtractFeeFromAmount

Definition at line 64 of file walletmodel.h.

◆ label

QString SendCoinsRecipient::label

Definition at line 54 of file walletmodel.h.

◆ message

QString SendCoinsRecipient::message

Definition at line 57 of file walletmodel.h.

◆ nVersion

int SendCoinsRecipient::nVersion

Definition at line 67 of file walletmodel.h.

◆ paymentRequest

PaymentRequestPlus SendCoinsRecipient::paymentRequest

Definition at line 60 of file walletmodel.h.


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