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

#include <reward_balancer_objects.hpp>

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

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)
 

Detailed Description

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

Definition at line 13 of file reward_balancer_objects.hpp.

Member Typedef Documentation

◆ id_type

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

Member Data Documentation

◆ balance

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

Definition at line 23 of file reward_balancer_objects.hpp.

◆ current_per_block_reward

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

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

Definition at line 21 of file reward_balancer_objects.hpp.


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