XdrSorobanResources constructor Null safety
- XdrLedgerFootprint _footprint,
- XdrUint32 _instructions,
- XdrUint32 _readBytes,
- XdrUint32 _writeBytes,
- XdrUint32 _extendedMetaDataSizeBytes
Implementation
XdrSorobanResources(this._footprint, this._instructions, this._readBytes,
this._writeBytes, this._extendedMetaDataSizeBytes);