TxIn

fun TxIn(    previousOutput: OutPoint,     scriptSig: Script,     sequence: UInt,     witness: List<List<UByte>>)