XdrTransactionSet constructor Null safety
- XdrHash _previousLedgerHash,
- List<
XdrTransactionEnvelope> _txEnvelopes
Implementation
XdrTransactionSet(this._previousLedgerHash, this._txEnvelopes);
XdrTransactionSet(this._previousLedgerHash, this._txEnvelopes);