copy method

TxInput copy()

creates a copy of the object

Implementation

TxInput copy() {
  return TxInput(txId: txId, txIndex: txIndex, sig: scriptSig, sq: sequence);
}