ChannelClosing

data class ChannelClosing(channelId: ByteVector32, closingAddress: String, isSentToDefaultAddress: Boolean) : OutgoingPayment.Details

Corresponds to the on-chain payments made when closing a channel.

Constructors

ChannelClosing
Link copied to clipboard
common
fun ChannelClosing(channelId: ByteVector32, closingAddress: String, isSentToDefaultAddress: Boolean)

Functions

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

Properties

channelId
Link copied to clipboard
common
val channelId: ByteVector32
closingAddress
Link copied to clipboard
common
val closingAddress: String
isSentToDefaultAddress
Link copied to clipboard
common
val isSentToDefaultAddress: Boolean
paymentHash
Link copied to clipboard
common
open override val paymentHash: ByteVector32