Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HelpRequest

The help is a RPC command which is possible consult all information about the RPC commands, or a specific command if command is given.

Note that the lightning-cli(1) tool will prefer to list a man page when a specific command is specified, and will only return the JSON if the man page is not found.

EXAMPLE JSON REQUEST

{
"id": 82,
"method": "help",
"params": {}
}

Hierarchy

  • HelpRequest

Index

Properties

Properties

command?: string

Generated using TypeDoc