Get desktop application:
View/edit binary Protocol Buffers messages
* Lightning service allows lightning actions on your underlying lightning node from the Impervious node.
* CheckInvoice allows you to check a specific invoice to see if it was paid.
* Represents an request to check an invoice.
The invoice to check
* Represents a response back from the invoice check.
The boolean result representing whether or not the invoice was paid
* GenerateInvoice allows you to generate an invoice for a specific payment amount from your lightning node.
* Represents an invoice creation request from your lightning node.
The amount of satoshis you want to receive
The human readable memo you want the sender to see
* Represents a response back from an invoice generation request.
The invoice from your lightning node
* PayInvoice allows you to pay a specific invoice with your lightning node.
* Represents an invoice that will be paid by your lightning node.
The invoice to pay
* Represents a response back from the payment result.
The preimage from the payment result, if successful