ReceivePayment

data class ReceivePayment(paymentPreimage: ByteVector32, amount: MilliSatoshi?, description: String, expirySeconds: Long?, result: CompletableDeferred<PaymentRequest>) : PaymentEvent

Properties

amount
Link copied to clipboard
common
val amount: MilliSatoshi?
description
Link copied to clipboard
common
val description: String
expirySeconds
Link copied to clipboard
common
val expirySeconds: Long? = null
paymentPreimage
Link copied to clipboard
common
val paymentPreimage: ByteVector32
result
Link copied to clipboard
common
val result: CompletableDeferred<PaymentRequest>