wallet_api_plugin
Description
The wallet_api_plugin
exposes functionality from the wallet_plugin
to the RPC API interface managed by the http_plugin
.
Caution
| This plugin exposes wallets. Therefore, running this plugin on a publicly accessible node is not recommended. As of 1.2.0, the wallet_api_plugin
is only available through kiod
. It is no longer supported by nodeop
.
Usage
# config.ini
plugin = sysio::wallet_api_plugin
# command-line
kiod ... --plugin sysio::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 = sysio::wallet_plugin
[options]
plugin = sysio::http_plugin
[options]
# command-line
kiod ... --plugin sysio::wallet_plugin [options] \
--plugin sysio::http_plugin [options]