list Outgoing Payments
abstract suspend fun listOutgoingPayments(paymentHash: ByteVector32): List<OutgoingPayment>
Content copied to clipboard
List all the outgoing payment attempts that tried to pay the given payment hash.
abstract suspend fun listOutgoingPayments(count: Int, skip: Int, filters: Set<PaymentTypeFilter> = setOf()): List<OutgoingPayment>
Content copied to clipboard
List outgoing payments (with most recent payments first).