MsgTx({ this.version = 1, List<TxIn>? txIn, List<TxOut>? txOut, this.lockTime = 0, }) : txIn = txIn ?? <TxIn>[], txOut = txOut ?? <TxOut>[];