WatchEventConfirmed

data class WatchEventConfirmed(channelId: ByteVector32, event: BitcoinEvent, blockHeight: Int, txIndex: Int, tx: Transaction) : WatchEvent

Properties

blockHeight
Link copied to clipboard
common
val blockHeight: Int
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
txIndex
Link copied to clipboard
common
val txIndex: Int