Scorum
|
#include <scorum/chain/schema/scorum_object_types.hpp>
#include <scorum/protocol/asset.hpp>
#include <scorum/protocol/types.hpp>
Go to the source code of this file.
Classes | |
class | scorum::chain::reward_fund_object< ObjectType, SymbolType > |
Namespaces | |
scorum | |
scorum::chain | |
Typedefs | |
template<typename FundObjectType > | |
using | scorum::chain::reward_fund_index = shared_multi_index_container< FundObjectType, indexed_by< ordered_unique< tag< by_id >, member< FundObjectType, typename FundObjectType::id_type, &FundObjectType::id > >> > |
using | scorum::chain::content_reward_fund_scr_object = reward_fund_object< content_reward_fund_scr_object_type, SCORUM_SYMBOL > |
using | scorum::chain::content_reward_fund_sp_object = reward_fund_object< content_reward_fund_sp_object_type, SP_SYMBOL > |
using | scorum::chain::content_fifa_world_cup_2018_bounty_reward_fund_object = reward_fund_object< content_fifa_world_cup_2018_bounty_reward_fund_type, SP_SYMBOL > |
using | scorum::chain::content_reward_fund_scr_index = reward_fund_index< content_reward_fund_scr_object > |
using | scorum::chain::content_reward_fund_sp_index = reward_fund_index< content_reward_fund_sp_object > |
using | scorum::chain::content_fifa_world_cup_2018_bounty_reward_fund_index = reward_fund_index< content_fifa_world_cup_2018_bounty_reward_fund_object > |