GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LIGHTNING-SENDONIONMESSAGE(7) lightning-sendonionmessage LIGHTNING-SENDONIONMESSAGE(7)

lightning-sendonionmessage - low-level command to send an onion message

(WARNING: experimental-onion-messages only)

sendonionmessage hops [reply_path]

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.

hops is an array of json objects: id as a public key of the node, and either rawtlv containing a hexidecimal TLV to include, or any of the fields short_channel_id, blinding, enctlv, invoice, invoice_request and invoice_error to construct the onionmessage TLV with.

reply_path is a json object, containing a pubkey blinding, and an array path of objects containing id (a pubkey) and enctlv (a hex value, optional for final element).

On success, an empty object is returned.

Rusty Russell <rusty@rustcorp.com.au> is mainly responsible.

lightning-fetchinvoice(7), lightning-offer(7).

Main web site: https://github.com/ElementsProject/lightning


Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.