Description
The wallet_api_plugin
exposes functionality from the wallet_plugin
to the RPC API interface managed by the http_plugin
.
Usage
# config.ini
plugin = eosio::wallet_api_plugin
# command-line
keosd ... --plugin eosio::wallet_api_plugin
Options
None
Dependencies
Load Dependency Examples
The following plugins are loaded with default settings if not specified on the command line or config.ini
:
# config.ini
plugin = eosio::wallet_plugin
[options]
plugin = eosio::http_plugin
[options]
# command-line
keosd ... --plugin eosio::wallet_plugin [options] \
--plugin eosio::http_plugin [options]