Packages
lnd_client
0.1.7
Connect to an LND instance, issue commands and subscribe to live information
Current section
Files
Jump to
Current section
Files
lib/models/list_invoice_request.ex
defmodule LndClient.Models.ListInvoiceRequest do
defstruct [pending_only: true, index_offset: 0, num_max_invoices: 20, reversed: false]
end