BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Go to the documentation of this file.
28 namespace graphene {
namespace delayed_node {
29 namespace detail {
struct delayed_node_plugin_impl; }
33 std::unique_ptr<detail::delayed_node_plugin_impl> my;
38 std::string
plugin_name()
const override {
return "delayed_node"; }
40 boost::program_options::options_description& cfg)
override;
41 void plugin_initialize(
const boost::program_options::variables_map& options)
override;
~delayed_node_plugin() override
void sync_with_trusted_node()
void plugin_startup() override
Begin normal runtime operations.
delayed_node_plugin(graphene::app::application &app)
void plugin_initialize(const boost::program_options::variables_map &options) override
Perform early startup routines and register plugin indexes, callbacks, etc.
void plugin_set_program_options(boost::program_options::options_description &, boost::program_options::options_description &cfg) override
Fill in command line parameters used by the plugin.
application & app() const
Get a reference of the application bound to the plugin.
std::string plugin_name() const override
Get the name of the plugin.