PaymentSucceeded

fun PaymentSucceeded(request: SendPayment, preimage: ByteVector32, parts: List<OutgoingPayment.Part>, pending: Map<UUID, Pair<OutgoingPayment.Part, SharedSecrets>>)

Parameters

request

payment request containing the total amount to send.

preimage

payment preimage.

parts

fulfilled child payments.

pending

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