Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendonionmessageRequest

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 tlv contains a hexidecimal TLV to include.

Hierarchy

  • SendonionmessageRequest

Index

Properties

blinding: string
first_id: string
hops: { id: string; tlv: string }[]

Generated using TypeDoc