BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Go to the documentation of this file.
32 return "<unknown plugin>";
37 return "<no description>";
56 boost::program_options::options_description& command_line_options,
57 boost::program_options::options_description& config_file_options
std::string plugin_description() const override
Get the description of the plugin.
void plugin_shutdown() override
Cleanly shut down the plugin.
void plugin_initialize(const boost::program_options::variables_map &options) override
Perform early startup routines and register plugin indexes, callbacks, etc.
void plugin_startup() override
Begin normal runtime operations.
std::string plugin_name() const override
Get the name of the plugin.
void plugin_set_program_options(boost::program_options::options_description &command_line_options, boost::program_options::options_description &config_file_options) override
Fill in command line parameters used by the plugin.