Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListconfigsRequest

config (optional) is a configuration option name, or "plugin" to show plugin options

The listconfigs RPC command to list all configuration options, or with config only a selection.

The returned values reflect the current configuration, including showing default values (dev- options are not shown).

EXAMPLE JSON REQUEST

{
"id": 82,
"method": "listconfigs",
"params": {
"config": "network"
}
}

Hierarchy

  • ListconfigsRequest

Index

Properties

Properties

config?: string

Generated using TypeDoc