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);
Definition: core_rpc_server.h:60
Definition: command_parser_executor.h:49
bool rpc_payments(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:853
bool show_bans(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:580
bool alt_chain_info(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:739
bool print_transaction_pool_long(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:311
bool version(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:860
bool print_peer_list(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:50
bool prune_blockchain(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:865
bool update(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:795
bool print_blockchain_info(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:148
bool print_height(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:210
bool relay_tx(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:806
bool sync_info(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:821
bool print_peer_list_stats(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:92
bool flush_cache(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:902
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 set_limit_up(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:482
bool pop_blocks(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:828
bool ban(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:586
bool flush_txpool(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:666
bool out_peers(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:518
bool print_coinbase_tx_sum(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:716
bool set_bootstrap_daemon(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:888
bool check_blockchain_pruning(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:883
bool show_difficulty(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:120
bool print_transaction_pool_short(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:318
bool output_histogram(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:684
bool print_transaction(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:255
bool is_key_image_spent(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:291
bool in_peers(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:538
t_rpc_command_executor m_executor
Definition: command_parser_executor.h:51
bool hide_hash_rate(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:113
bool print_net_stats(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:141
bool print_blockchain_dynamic_stats(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:777
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 show_hash_rate(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:106
bool unban(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:652
bool print_connections(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:134
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 print_status(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:457
bool set_log_categories(const std::vector< std::string > &args)
bool print_transaction_pool_stats(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:325
bool save_blockchain(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:99
bool show_status(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:127
bool set_log_level(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:181
bool set_limit_down(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:500
bool hard_fork_info(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:558
bool print_block(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:217
bool start_mining(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:332
bool banned(const std::vector< std::string > &args)
Definition: command_parser_executor.cpp:659
Definition: rpc_command_executor.h:54
args
Definition: build_protob.py:10
Definition: command_parser_executor.cpp:37