listPayments

abstract suspend fun listPayments(count: Int, skip: Int, filters: Set<PaymentTypeFilter> = setOf()): List<WalletPayment>

List sent and received payments (with most recent payments first).