PreimageReceived

data class PreimageReceived(request: SendPayment, preimage: ByteVector32) : OutgoingPaymentHandler.ProcessFulfillResult

The recipient released the preimage, but we are still waiting for some partial payments to settle.

Constructors

PreimageReceived
Link copied to clipboard
common
fun PreimageReceived(request: SendPayment, preimage: ByteVector32)

Properties

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