7namespace fc { 
class variant; }
 
   15   using namespace wallet;
 
   37   std::unique_ptr<wallet_manager> wallet_manager_ptr;
 
 
void plugin_initialize(const variables_map &options)
 
wallet_manager & get_wallet_manager()
 
virtual ~wallet_plugin() override=default
 
wallet_plugin & operator=(wallet_plugin &&)=delete
 
wallet_plugin(const wallet_plugin &)=delete
 
wallet_plugin(wallet_plugin &&)=delete
 
wallet_plugin & operator=(const wallet_plugin &)=delete
 
virtual void set_program_options(options_description &cli, options_description &cfg) override
 
#define APPBASE_PLUGIN_REQUIRES(PLUGINS)