XdrStateExpirationSettings constructor Null safety
- XdrUint32 _maxEntryExpiration,
- XdrUint32 _minTempEntryExpiration,
- XdrUint32 _minPersistentEntryExpiration,
- XdrUint32 _autoBumpLedgers,
- XdrInt64 _persistentRentRateDenominator,
- XdrInt64 _tempRentRateDenominator,
- XdrUint32 _maxEntriesToExpire,
- XdrUint32 _bucketListSizeWindowSampleSize,
- XdrUint64 _evictionScanSize
Implementation
XdrStateExpirationSettings(
this._maxEntryExpiration,
this._minTempEntryExpiration,
this._minPersistentEntryExpiration,
this._autoBumpLedgers,
this._persistentRentRateDenominator,
this._tempRentRateDenominator,
this._maxEntriesToExpire,
this._bucketListSizeWindowSampleSize,
this._evictionScanSize);