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_payments_request.ex
defmodule LndClient.Models.ListPaymentsRequest do
defstruct [include_incomplete: true, index_offset: 0, max_payments: 20, reversed: false]
end