BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Go to the documentation of this file.
35 using graphene::app::plugin::plugin;
41 boost::program_options::options_description &command_line_options,
42 boost::program_options::options_description &config_file_options
45 void plugin_initialize(
const boost::program_options::variables_map& options )
override;
50 uint32_t snapshot_block = -1, last_block = 0;
void plugin_initialize(const boost::program_options::variables_map &options) override
Perform early startup routines and register plugin indexes, callbacks, etc.
static time_point_sec maximum()
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.
std::string plugin_name() const override
Get the name of the plugin.
wraps boost::filesystem::path to provide platform independent path manipulation.
std::string plugin_description() const override
Get the description of the plugin.