Normal

data class Normal(paymentRequest: PaymentRequest) : OutgoingPayment.Details

A normal lightning payment.

Constructors

Normal
Link copied to clipboard
common
fun Normal(paymentRequest: PaymentRequest)

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
paymentRequest
Link copied to clipboard
common
val paymentRequest: PaymentRequest