core-lightning/doc/lightning-sendonionmessage.7.md
ShahanaFarooqui b0da807700 doc: Markdown cleanup
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
2024-03-19 14:58:59 +10:30

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