Anoncoin  0.9.4
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, quint64 amount, const QString &message)
 

Public Attributes

QString address
 
QString label
 
qint64 amount
 
QString message
 
PaymentRequestPlus paymentRequest
 
QString authenticatedMerchant
 
int nVersion
 

Static Public Attributes

static const int CURRENT_VERSION = 1
 

Detailed Description

Definition at line 37 of file walletmodel.h.

Constructor & Destructor Documentation

SendCoinsRecipient::SendCoinsRecipient ( )
inlineexplicit

Definition at line 40 of file walletmodel.h.

SendCoinsRecipient::SendCoinsRecipient ( const QString &  addr,
const QString &  label,
quint64  amount,
const QString &  message 
)
inlineexplicit

Definition at line 41 of file walletmodel.h.

Member Data Documentation

QString SendCoinsRecipient::address

Definition at line 49 of file walletmodel.h.

qint64 SendCoinsRecipient::amount

Definition at line 51 of file walletmodel.h.

QString SendCoinsRecipient::authenticatedMerchant

Definition at line 58 of file walletmodel.h.

const int SendCoinsRecipient::CURRENT_VERSION = 1
static

Definition at line 60 of file walletmodel.h.

QString SendCoinsRecipient::label

Definition at line 50 of file walletmodel.h.

QString SendCoinsRecipient::message

Definition at line 53 of file walletmodel.h.

int SendCoinsRecipient::nVersion

Definition at line 61 of file walletmodel.h.

PaymentRequestPlus SendCoinsRecipient::paymentRequest

Definition at line 56 of file walletmodel.h.


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