Fabcoin Core
0.16.2
P2P Digital Currency
|
#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) |
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 |
Definition at line 42 of file walletmodel.h.
|
inlineexplicit |
Definition at line 45 of file walletmodel.h.
|
inlineexplicit |
Definition at line 46 of file walletmodel.h.
|
inline |
SendCoinsRecipient::ADD_SERIALIZE_METHODS |
Definition at line 70 of file walletmodel.h.
QString SendCoinsRecipient::address |
Definition at line 54 of file walletmodel.h.
CAmount SendCoinsRecipient::amount |
Definition at line 56 of file walletmodel.h.
QString SendCoinsRecipient::authenticatedMerchant |
Definition at line 63 of file walletmodel.h.
|
static |
Definition at line 67 of file walletmodel.h.
bool SendCoinsRecipient::fSubtractFeeFromAmount |
Definition at line 65 of file walletmodel.h.
QString SendCoinsRecipient::label |
Definition at line 55 of file walletmodel.h.
QString SendCoinsRecipient::message |
Definition at line 58 of file walletmodel.h.
int SendCoinsRecipient::nVersion |
Definition at line 68 of file walletmodel.h.
PaymentRequestPlus SendCoinsRecipient::paymentRequest |
Definition at line 61 of file walletmodel.h.