TxIn

data class TxIn(var previousOutput: OutPoint, var scriptSig: Script, var sequence: UInt, var witness: List<List<UByte>>) : Disposable(source)

Constructors

Link copied to clipboard
constructor(previousOutput: OutPoint, scriptSig: Script, sequence: UInt, witness: List<List<UByte>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun destroy()