XdrTransaction constructor Null safety
- XdrMuxedAccount _sourceAccount,
- XdrUint32 _fee,
- XdrSequenceNumber _seqNum,
- XdrPreconditions _cond,
- XdrMemo _memo,
- List<
XdrOperation> _operations, - XdrTransactionExt _ext
Implementation
XdrTransaction(this._sourceAccount, this._fee, this._seqNum, this._cond,
this._memo, this._operations, this._ext);