Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | List of all members
WalletModel::SendCoinsReturn Struct Reference

#include <walletmodel.h>

Public Member Functions

 SendCoinsReturn (StatusCode status=Aborted, qint64 fee=0, QString hex=QString())
 

Public Attributes

StatusCode status
 
qint64 fee
 
QString hex
 

Detailed Description

Definition at line 78 of file walletmodel.h.

Constructor & Destructor Documentation

WalletModel::SendCoinsReturn::SendCoinsReturn ( StatusCode  status = Aborted,
qint64  fee = 0,
QString  hex = QString() 
)
inline

Definition at line 80 of file walletmodel.h.

Member Data Documentation

qint64 WalletModel::SendCoinsReturn::fee

Definition at line 85 of file walletmodel.h.

QString WalletModel::SendCoinsReturn::hex

Definition at line 86 of file walletmodel.h.

StatusCode WalletModel::SendCoinsReturn::status

Definition at line 84 of file walletmodel.h.


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