WatchConfirmed

data class WatchConfirmed(channelId: ByteVector32, txId: ByteVector32, publicKeyScript: ByteVector, minDepth: Long, event: BitcoinEvent, channelNotification: Boolean) : Watch

Constructors

WatchConfirmed
Link copied to clipboard
common
fun WatchConfirmed(channelId: ByteVector32, tx: Transaction, minDepth: Long, event: BitcoinEvent)

Types

Companion
Link copied to clipboard
common
object Companion

Properties

channelId
Link copied to clipboard
common
open override val channelId: ByteVector32
channelNotification
Link copied to clipboard
common
val channelNotification: Boolean = true
event
Link copied to clipboard
common
open override val event: BitcoinEvent
minDepth
Link copied to clipboard
common
val minDepth: Long
publicKeyScript
Link copied to clipboard
common
val publicKeyScript: ByteVector
txId
Link copied to clipboard
common
val txId: ByteVector32