@hiveio/beekeeper v1.27.8-stable.250124112101 / IBeekeeperOptions
Interface: IBeekeeperOptions
Properties
enableLogs
enableLogs:
boolean
Whether logs can be written. By default logs are enabled
Default
true
Source
storageRoot
storageRoot:
string
The path of the wallet files (absolute path or relative to application data dir). Parent of the .beekeeper
directory
Defaults to "/storage_root" for web and "." for web
Source
unlockTimeout
unlockTimeout:
number
Timeout for unlocked wallet in seconds (default 900 - 15 minutes). Wallets will automatically lock after specified number of seconds of inactivity. Activity is defined as any wallet command e.g. list-wallets
Default
900