Module command

Source
Expand description

Request, response, and command types for SDK operations. Lexe SDK API request and response types.

Structsยง

CreateInvoiceRequest
A request to create a BOLT 11 invoice.
CreateInvoiceResponse
The response to a BOLT 11 invoice request.
GetPaymentRequest
A request to get information about a payment by its index.
GetPaymentResponse
A response to a request to get information about a payment by its index.
ListPaymentsResponse
Response from listing payments.
NodeInfo
Information about a Lexe node.
PayInvoiceRequest
A request to pay a BOLT 11 invoice.
PayInvoiceResponse
The response to a request to pay a BOLT 11 invoice.
PaymentSyncSummary
Summary of changes from a payment sync operation.
UpdatePaymentNoteRequest
A request to update the personal note on an existing payment. Pass None to clear the note.