WatchEventSpent

data class WatchEventSpent(channelId: ByteVector32, event: BitcoinEvent, tx: Transaction) : WatchEvent

Properties

channelId
Link copied to clipboard
common
open override val channelId: ByteVector32
event
Link copied to clipboard
common
open override val event: BitcoinEvent
tx
Link copied to clipboard
common
val tx: Transaction