Scorum
Public Attributes | List of all members
scorum::chain::accounts_total Struct Reference

#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
 

Detailed Description

Definition at line 10 of file account.hpp.

Member Data Documentation

◆ pending_scr

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.

◆ pending_sp

asset scorum::chain::accounts_total::pending_sp = asset(0, SP_SYMBOL)

sum of all pending SP balances

Definition at line 22 of file account.hpp.

◆ scr

asset scorum::chain::accounts_total::scr = asset(0, SCORUM_SYMBOL)

sum of all SCR balances

Definition at line 13 of file account.hpp.

◆ sp

asset scorum::chain::accounts_total::sp = asset(0, SP_SYMBOL)

sum of all SP balances

Definition at line 16 of file account.hpp.

◆ vsf_votes

share_type scorum::chain::accounts_total::vsf_votes = 0

Definition at line 24 of file account.hpp.


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