39 #include <boost/optional/optional.hpp> 43 #include "net/net_fwd.h" 56 ,
const boost::optional<tools::login>& login
57 ,
const epee::net_utils::ssl_options_t& ssl_options
122 bool ban(
const std::vector<std::string>&
args);
124 bool unban(
const std::vector<std::string>&
args);
126 bool banned(
const std::vector<std::string>&
args);
138 bool update(
const std::vector<std::string>&
args);
148 bool version(
const std::vector<std::string>&
args);
bool set_bootstrap_daemon(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:888
bool start_mining(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:332
t_rpc_command_executor m_executor
Definition: command_parser_executor.h:51
bool show_status(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:127
bool print_transaction_pool_long(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:311
bool show_bans(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:580
bool flush_txpool(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:666
bool print_connections(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:134
bool hide_hash_rate(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:113
bool print_transaction_pool_stats(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:325
bool print_transaction_pool_short(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:318
bool flush_cache(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:902
Definition: command_parser_executor.cpp:37
bool unban(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:652
bool print_block(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:217
bool set_limit_up(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:482
bool print_transaction(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:255
args
Definition: build_protob.py:10
bool print_net_stats(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:141
bool stop_daemon(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:450
bool stop_mining(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:438
bool version(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:860
bool set_log_categories(const std::vector< std::string > &args)
bool rpc_payments(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:853
bool hard_fork_info(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:558
Definition: command_parser_executor.h:48
bool relay_tx(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:806
bool ban(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:586
bool print_coinbase_tx_sum(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:716
bool print_status(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:457
bool output_histogram(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:684
bool set_log_level(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:181
bool print_peer_list_stats(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:92
bool set_limit_down(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:500
Definition: rpc_command_executor.h:54
bool show_difficulty(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:120
bool update(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:795
bool alt_chain_info(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:739
bool print_blockchain_info(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:148
bool in_peers(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:538
bool show_hash_rate(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:106
bool banned(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:659
bool pop_blocks(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:828
bool print_peer_list(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:50
Definition: core_rpc_server.h:59
bool check_blockchain_pruning(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:883
bool prune_blockchain(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:865
bool set_limit(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:464
bool mining_status(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:445
bool sync_info(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:821
bool print_blockchain_dynamic_stats(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:777
bool out_peers(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:518
bool is_key_image_spent(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:291
bool save_blockchain(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:99
t_command_parser_executor(uint32_t ip, uint16_t port, const boost::optional< tools::login > &login, const epee::net_utils::ssl_options_t &ssl_options, bool is_rpc, cryptonote::core_rpc_server *rpc_server=NULL)
Definition: command_parser_executor.cpp:39
bool print_height(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:210