Tx In
data class TxIn( var previousOutput: OutPoint, var scriptSig: Script, var sequence: UInt, var witness: List<List<UByte>>)
Content copied to clipboard
Bitcoin transaction input.
It contains the location of the previous transaction’s output, that it spends and set of scripts that satisfy its spending conditions.