Scorum
|
#include <reward_balancer_objects.hpp>
Public Types | |
typedef object< ObjectType, reward_balancer_object< ObjectType, SymbolType > >::id_type | id_type |
Public Attributes | |
id_type | id |
asset | balance = asset(0, SymbolType) |
asset | current_per_block_reward = asset(SCORUM_MIN_PER_BLOCK_REWARD, SymbolType) |
Definition at line 13 of file reward_balancer_objects.hpp.
typedef object<ObjectType, reward_balancer_object<ObjectType, SymbolType> >::id_type scorum::chain::reward_balancer_object< ObjectType, SymbolType >::id_type |
Definition at line 18 of file reward_balancer_objects.hpp.
asset scorum::chain::reward_balancer_object< ObjectType, SymbolType >::balance = asset(0, SymbolType) |
Definition at line 23 of file reward_balancer_objects.hpp.
asset scorum::chain::reward_balancer_object< ObjectType, SymbolType >::current_per_block_reward = asset(SCORUM_MIN_PER_BLOCK_REWARD, SymbolType) |
Definition at line 24 of file reward_balancer_objects.hpp.
id_type scorum::chain::reward_balancer_object< ObjectType, SymbolType >::id |
Definition at line 21 of file reward_balancer_objects.hpp.