![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#include <walletmodel.h>
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 |
Definition at line 37 of file walletmodel.h.
|
inlineexplicit |
Definition at line 40 of file walletmodel.h.
|
inlineexplicit |
Definition at line 41 of file walletmodel.h.
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.
|
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.