WatchLost

data class WatchLost(channelId: ByteVector32, txId: ByteVector32, minDepth: Long, event: BitcoinEvent) : Watch

Properties

channelId
Link copied to clipboard
common
open override val channelId: ByteVector32
event
Link copied to clipboard
common
open override val event: BitcoinEvent
minDepth
Link copied to clipboard
common
val minDepth: Long
txId
Link copied to clipboard
common
val txId: ByteVector32