@hiveio/beekeeper / IBeekeeperOptions
Interface: IBeekeeperOptions
Properties
enableLogs
enableLogs:
boolean
Whether logs can be written. By default logs are enabled
Default
true
Defined in
inMemory
inMemory:
boolean
Disables filesystem support (persistent storage) per this beekeeper instance and runs in-memory only. By default, filesystem support is enabled
Default
false
Defined in
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
Defined in
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