![]() |
![]()
| ![]() |
![]()
NAMElightning-help -- Command to return all information about RPC commands. SYNOPSIShelp [command] DESCRIPTIONThe 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.
RETURN VALUEOn success, an object is returned, containing:
ERRORSOn failure, one of the following error codes may be returned:
AUTHORVincenzo Palazzo <vincenzo.palazzo@protonmail.com> wrote the initial version of this man page, but many others did the hard work of actually implementing this rpc command. RESOURCESMain web site: https://github.com/ElementsProject/lightning EXAMPLESExample 1: Request: $ lightning-cli help -k "command"="pay" { Response: { Example 2: Request: $ lightning-cli help -k "command"="dev" { Response: {
|