Raven Core
3.0.0
P2P Digital Currency
|
UI model for unspent assets. More...
#include <assetrecord.h>
Public Member Functions | |
AssetRecord () | |
AssetRecord (const std::string _name, const CAmount &_quantity, const int _units, const bool _fIsAdministrator) | |
std::string | formattedQuantity () const |
Public Attributes | |
Immutable attributes | |
std::string | name |
CAmount | quantity |
int | units |
bool | fIsAdministrator |
UI model for unspent assets.
Definition at line 16 of file assetrecord.h.
|
inline |
Definition at line 20 of file assetrecord.h.
|
inline |
Definition at line 25 of file assetrecord.h.
|
inline |
bool AssetRecord::fIsAdministrator |
Definition at line 50 of file assetrecord.h.
std::string AssetRecord::name |
Definition at line 47 of file assetrecord.h.
CAmount AssetRecord::quantity |
Definition at line 48 of file assetrecord.h.
int AssetRecord::units |
Definition at line 49 of file assetrecord.h.