Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
SendAssetsRecipient Class Reference

#include <walletmodel.h>

Collaboration diagram for SendAssetsRecipient:
[legend]

Public Member Functions

 SendAssetsRecipient ()
 
 SendAssetsRecipient (const QString &assetName, 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 assetName
 
QString address
 
QString label
 
CAmount amount
 
QString message
 
PaymentRequestPlus paymentRequest
 
QString authenticatedMerchant
 
int nVersion
 
 ADD_SERIALIZE_METHODS
 

Static Public Attributes

static const int CURRENT_VERSION = 1
 

Detailed Description

Definition at line 101 of file walletmodel.h.

Constructor & Destructor Documentation

◆ SendAssetsRecipient() [1/2]

SendAssetsRecipient::SendAssetsRecipient ( )
inlineexplicit

Definition at line 104 of file walletmodel.h.

◆ SendAssetsRecipient() [2/2]

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

Definition at line 105 of file walletmodel.h.

Member Function Documentation

◆ SerializationOp()

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

Definition at line 132 of file walletmodel.h.

Here is the call graph for this function:

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

SendAssetsRecipient::ADD_SERIALIZE_METHODS

Definition at line 129 of file walletmodel.h.

◆ address

QString SendAssetsRecipient::address

Definition at line 115 of file walletmodel.h.

◆ amount

CAmount SendAssetsRecipient::amount

Definition at line 117 of file walletmodel.h.

◆ assetName

QString SendAssetsRecipient::assetName

Definition at line 114 of file walletmodel.h.

◆ authenticatedMerchant

QString SendAssetsRecipient::authenticatedMerchant

Definition at line 124 of file walletmodel.h.

◆ CURRENT_VERSION

const int SendAssetsRecipient::CURRENT_VERSION = 1
static

Definition at line 126 of file walletmodel.h.

◆ label

QString SendAssetsRecipient::label

Definition at line 116 of file walletmodel.h.

◆ message

QString SendAssetsRecipient::message

Definition at line 119 of file walletmodel.h.

◆ nVersion

int SendAssetsRecipient::nVersion

Definition at line 127 of file walletmodel.h.

◆ paymentRequest

PaymentRequestPlus SendAssetsRecipient::paymentRequest

Definition at line 122 of file walletmodel.h.


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