Scorum
|
#include <reward_objects.hpp>
Public Types | |
typedef object< ObjectType, reward_fund_object< ObjectType, SymbolType > >::id_type | id_type |
Public Member Functions | |
asset_symbol_type | symbol () const |
Public Attributes | |
id_type | id |
asset | activity_reward_balance = asset(0, SymbolType) |
fc::uint128_t | recent_claims = 0 |
time_point_sec | last_update |
curve_id | author_reward_curve |
curve_id | curation_reward_curve |
Definition at line 16 of file reward_objects.hpp.
typedef object<ObjectType, reward_fund_object<ObjectType, SymbolType> >::id_type scorum::chain::reward_fund_object< ObjectType, SymbolType >::id_type |
Definition at line 21 of file reward_objects.hpp.
|
inline |
Definition at line 31 of file reward_objects.hpp.
asset scorum::chain::reward_fund_object< ObjectType, SymbolType >::activity_reward_balance = asset(0, SymbolType) |
Definition at line 25 of file reward_objects.hpp.
curve_id scorum::chain::reward_fund_object< ObjectType, SymbolType >::author_reward_curve |
Definition at line 28 of file reward_objects.hpp.
curve_id scorum::chain::reward_fund_object< ObjectType, SymbolType >::curation_reward_curve |
Definition at line 29 of file reward_objects.hpp.
id_type scorum::chain::reward_fund_object< ObjectType, SymbolType >::id |
Definition at line 23 of file reward_objects.hpp.
time_point_sec scorum::chain::reward_fund_object< ObjectType, SymbolType >::last_update |
Definition at line 27 of file reward_objects.hpp.
fc::uint128_t scorum::chain::reward_fund_object< ObjectType, SymbolType >::recent_claims = 0 |
Definition at line 26 of file reward_objects.hpp.