Watch Spent
data class WatchSpent(channelId: ByteVector32, txId: ByteVector32, outputIndex: Int, publicKeyScript: ByteVector, event: BitcoinEvent) : Watch
Content copied to clipboard
Constructors
WatchSpent
Link copied to clipboard
fun WatchSpent(channelId: ByteVector32, tx: Transaction, outputIndex: Int, event: BitcoinEvent)
Content copied to clipboard
Properties
event
Link copied to clipboard
outputIndex
Link copied to clipboard
publicKeyScript
Link copied to clipboard