list Payments
abstract suspend fun listPayments(count: Int, skip: Int, filters: Set<PaymentTypeFilter> = setOf()): List<WalletPayment>
Content copied to clipboard
List sent and received payments (with most recent payments first).