Scorum
|
Namespaces | |
detail | |
Enumerations | |
enum class | reward_fund_type { content_reward_fund_scr = 0 , content_reward_fund_sp , content_fifa_world_cup_2018_bounty_reward_fund } |
enum | withdraw_route_type { incoming , outgoing , all } |
Functions | |
void | print_application_version () |
void | print_program_options (std::ostream &stream, const boost::program_options::options_description &options) |
fc::path | get_data_dir_path (const boost::program_options::variables_map &options) |
fc::path | get_config_file_path (const boost::program_options::variables_map &options) |
void | create_config_file_if_not_exist (const fc::path &config_ini_path, const boost::program_options::options_description &cfg_options) |
template<class C , typename... Args> | |
boost::signals2::scoped_connection | connect_signal (boost::signals2::signal< void(Args...)> &sig, C &c, void(C::*f)(Args...)) |
template<typename T > | |
T | dejsonify (const std::string &s) |
Definition at line 57 of file scorum_api_objects.hpp.
Definition at line 88 of file betting_api_objects.hpp.
Definition at line 48 of file scorum_api_objects.hpp.
typedef api_obj<scorum::chain::change_recovery_account_request_object> scorum::app::change_recovery_account_request_api_obj |
Definition at line 49 of file scorum_api_objects.hpp.
typedef api_obj<scorum::chain::decline_voting_rights_request_object> scorum::app::decline_voting_rights_request_api_obj |
Definition at line 50 of file scorum_api_objects.hpp.
typedef api_obj<scorum::chain::dev_committee_object> scorum::app::development_committee_api_obj |
Definition at line 47 of file scorum_api_objects.hpp.
Definition at line 51 of file scorum_api_objects.hpp.
using scorum::app::matched_bet_api_object = typedef api_obj<chain::matched_bet_object> |
Definition at line 86 of file betting_api_objects.hpp.
using scorum::app::pending_bet_api_object = typedef api_obj<chain::pending_bet_object> |
Definition at line 87 of file betting_api_objects.hpp.
Definition at line 58 of file scorum_api_objects.hpp.
typedef api_obj<scorum::chain::scorumpower_delegation_object> scorum::app::scorumpower_delegation_api_obj |
Definition at line 53 of file scorum_api_objects.hpp.
typedef api_obj<scorum::chain::scorumpower_delegation_expiration_object> scorum::app::scorumpower_delegation_expiration_api_obj |
Definition at line 52 of file scorum_api_objects.hpp.
typedef api_obj<scorum::chain::withdraw_scorumpower_route_object> scorum::app::withdraw_scorumpower_route_api_obj |
Definition at line 54 of file scorum_api_objects.hpp.
Definition at line 55 of file scorum_api_objects.hpp.
Definition at line 56 of file scorum_api_objects.hpp.
|
strong |
Enumerator | |
---|---|
content_reward_fund_scr | |
content_reward_fund_sp | |
content_fifa_world_cup_2018_bounty_reward_fund |
Definition at line 19 of file chain_api.hpp.
Enumerator | |
---|---|
incoming | |
outgoing | |
all |
Definition at line 46 of file database_api.hpp.
boost::signals2::scoped_connection scorum::app::connect_signal | ( | boost::signals2::signal< void(Args...)> & | sig, |
C & | c, | ||
void(C::*)(Args...) | f | ||
) |
Definition at line 202 of file application.hpp.
void scorum::app::create_config_file_if_not_exist | ( | const fc::path & | config_ini_path, |
const boost::program_options::options_description & | cfg_options | ||
) |
Definition at line 1563 of file application.cpp.
T scorum::app::dejsonify | ( | const std::string & | s | ) |
@group Some useful tools for boost::program_options arguments using vectors of JSON strings
Definition at line 139 of file plugin.hpp.
fc::path scorum::app::get_config_file_path | ( | const boost::program_options::variables_map & | options | ) |
Definition at line 1549 of file application.cpp.
fc::path scorum::app::get_data_dir_path | ( | const boost::program_options::variables_map & | options | ) |
Definition at line 1540 of file application.cpp.
void scorum::app::print_application_version | ( | ) |
Definition at line 1499 of file application.cpp.
void scorum::app::print_program_options | ( | std::ostream & | stream, |
const boost::program_options::options_description & | options | ||
) |
Definition at line 1507 of file application.cpp.