跳至主要内容
此页面是从英文翻译而来的。请注意,与原始页面相比,可能会出现错误或差异。真实的文档来源应始终是英文版本。

wallet plugin

Description

The wallet_plugin adds access to wallet functionality from a node.

[[caution | Caution]] | This plugin is not designed to be loaded as a plugin on a publicly accessible node without further security measures. This is particularly true when loading the wallet_api_plugin, which should not be loaded on a publicly accessible node under any circumstances.

Usage

# config.ini
plugin = eosio::wallet_plugin

# command-line
nodeos ... --plugin eosio::wallet_plugin

Options

None

Dependencies

  • http_plugin

Load Dependency Examples

# config.ini
plugin = eosio::wallet_plugin
[options]
plugin = eosio::http_plugin
[options]

# command-line
nodeos ... --plugin eosio::wallet_plugin [options] \
--plugin eosio::http_plugin [options]