WatchSpent

data class WatchSpent(channelId: ByteVector32, txId: ByteVector32, outputIndex: Int, publicKeyScript: ByteVector, event: BitcoinEvent) : Watch

Constructors

WatchSpent
Link copied to clipboard
common
fun WatchSpent(channelId: ByteVector32, tx: Transaction, outputIndex: Int, event: BitcoinEvent)

Properties

channelId
Link copied to clipboard
common
open override val channelId: ByteVector32
event
Link copied to clipboard
common
open override val event: BitcoinEvent
outputIndex
Link copied to clipboard
common
val outputIndex: Int
publicKeyScript
Link copied to clipboard
common
val publicKeyScript: ByteVector
txId
Link copied to clipboard
common
val txId: ByteVector32