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