Scorum
Public Types | Public Member Functions | Public Attributes | List of all members
scorum::chain::reward_fund_object< ObjectType, SymbolType > Class Template Reference

#include <reward_objects.hpp>

Inheritance diagram for scorum::chain::reward_fund_object< ObjectType, SymbolType >:

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
 

Detailed Description

template<uint16_t ObjectType, asset_symbol_type SymbolType>
class scorum::chain::reward_fund_object< ObjectType, SymbolType >

Definition at line 16 of file reward_objects.hpp.

Member Typedef Documentation

◆ id_type

template<uint16_t ObjectType, asset_symbol_type SymbolType>
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.

Member Function Documentation

◆ symbol()

template<uint16_t ObjectType, asset_symbol_type SymbolType>
asset_symbol_type scorum::chain::reward_fund_object< ObjectType, SymbolType >::symbol ( ) const
inline

Definition at line 31 of file reward_objects.hpp.

Member Data Documentation

◆ activity_reward_balance

template<uint16_t ObjectType, asset_symbol_type SymbolType>
asset scorum::chain::reward_fund_object< ObjectType, SymbolType >::activity_reward_balance = asset(0, SymbolType)

Definition at line 25 of file reward_objects.hpp.

◆ author_reward_curve

template<uint16_t ObjectType, asset_symbol_type SymbolType>
curve_id scorum::chain::reward_fund_object< ObjectType, SymbolType >::author_reward_curve

Definition at line 28 of file reward_objects.hpp.

◆ curation_reward_curve

template<uint16_t ObjectType, asset_symbol_type SymbolType>
curve_id scorum::chain::reward_fund_object< ObjectType, SymbolType >::curation_reward_curve

Definition at line 29 of file reward_objects.hpp.

◆ id

template<uint16_t ObjectType, asset_symbol_type SymbolType>
id_type scorum::chain::reward_fund_object< ObjectType, SymbolType >::id

Definition at line 23 of file reward_objects.hpp.

◆ last_update

template<uint16_t ObjectType, asset_symbol_type SymbolType>
time_point_sec scorum::chain::reward_fund_object< ObjectType, SymbolType >::last_update

Definition at line 27 of file reward_objects.hpp.

◆ recent_claims

template<uint16_t ObjectType, asset_symbol_type SymbolType>
fc::uint128_t scorum::chain::reward_fund_object< ObjectType, SymbolType >::recent_claims = 0

Definition at line 26 of file reward_objects.hpp.


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