PaymentAborted

fun PaymentAborted(request: SendPayment, reason: FinalFailure, pending: Map<UUID, Pair<OutgoingPayment.Part, SharedSecrets>>, failures: List<Either<ChannelException, FailureMessage>>)

Parameters

request

payment request containing the total amount to send.

reason

failure reason.

pending

pending child payments (we are waiting for them to be failed downstream).

failures

child payment failures.