KeySend

data class KeySend(preimage: ByteVector32) : OutgoingPayment.Details

KeySend payments are spontaneous donations that don't need an invoice from the recipient.

Constructors

KeySend
Link copied to clipboard
common
fun KeySend(preimage: ByteVector32)

Functions

matchesFilters
Link copied to clipboard
common
fun matchesFilters(filters: Set<PaymentTypeFilter>): Boolean

Properties

paymentHash
Link copied to clipboard
common
open override val paymentHash: ByteVector32
preimage
Link copied to clipboard
common
val preimage: ByteVector32