ListTransactionsRequest constructor
const
ListTransactionsRequest({})
Implementation
const ListTransactionsRequest({
this.from,
this.until,
this.limit,
this.offset,
this.unpaid = false,
this.type,
}) : super(method: NwcMethod.LIST_TRANSACTIONS);