Success

data class Success(request: SendPayment, payment: OutgoingPayment, preimage: ByteVector32) : OutgoingPaymentHandler.ProcessFailureResult, OutgoingPaymentHandler.ProcessFulfillResult

The payment was successfully made.

Constructors

Success
Link copied to clipboard
common
fun Success(request: SendPayment, payment: OutgoingPayment, preimage: ByteVector32)

Properties

payment
Link copied to clipboard
common
val payment: OutgoingPayment
preimage
Link copied to clipboard
common
val preimage: ByteVector32
request
Link copied to clipboard
common
val request: SendPayment