Scorum
|
#include <account.hpp>
Public Attributes | |
asset | scr = asset(0, SCORUM_SYMBOL) |
sum of all SCR balances More... | |
asset | sp = asset(0, SP_SYMBOL) |
sum of all SP balances More... | |
asset | pending_scr = asset(0, SCORUM_SYMBOL) |
sum of all pending SCR balances More... | |
asset | pending_sp = asset(0, SP_SYMBOL) |
sum of all pending SP balances More... | |
share_type | vsf_votes = 0 |
Definition at line 10 of file account.hpp.
asset scorum::chain::accounts_total::pending_scr = asset(0, SCORUM_SYMBOL) |
sum of all pending SCR balances
Definition at line 19 of file account.hpp.
sum of all pending SP balances
Definition at line 22 of file account.hpp.
asset scorum::chain::accounts_total::scr = asset(0, SCORUM_SYMBOL) |
sum of all SCR balances
Definition at line 13 of file account.hpp.
sum of all SP balances
Definition at line 16 of file account.hpp.
share_type scorum::chain::accounts_total::vsf_votes = 0 |
Definition at line 24 of file account.hpp.