mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
b0da807700
This commit will remove parameter descriptions from RPC markdown but we will fix it in next commits by reading these descriptions directly from json. - Removing parameter description text - Adding/removing newlines for cleaner formatting - Adding ERRORS title wherever needed - Updating titles for consistency - Adding resources links
1002 B
1002 B
lightning-sendonionmessage -- low-level command to send an onion message
SYNOPSIS
(WARNING: experimental-onion-messages only)
sendonionmessage first_id blinding hops
DESCRIPTION
The sendonionmessage RPC command can be used to send a message via the lightning network. These are currently used by offers to request and receive invoices.
RETURN VALUE
On success, an empty object is returned.
AUTHOR
Rusty Russell <rusty@rustcorp.com.au> is mainly responsible.
SEE ALSO
lightning-fetchinvoice(7), lightning-offer(7).
RESOURCES
Main web site: https://github.com/ElementsProject/lightning