XdrStateExpirationSettings class Null safety

Constructors

XdrStateExpirationSettings(XdrUint32 _maxEntryExpiration, XdrUint32 _minTempEntryExpiration, XdrUint32 _minPersistentEntryExpiration, XdrUint32 _autoBumpLedgers, XdrInt64 _persistentRentRateDenominator, XdrInt64 _tempRentRateDenominator, XdrUint32 _maxEntriesToExpire, XdrUint32 _bucketListSizeWindowSampleSize, XdrUint64 _evictionScanSize)

Properties

autoBumpLedgers XdrUint32
read / write
bucketListSizeWindowSampleSize XdrUint32
read / write
evictionScanSize XdrUint64
read / write
hashCode int
The hash code for this object.
read-only, inherited
maxEntriesToExpire XdrUint32
read / write
maxEntryExpiration XdrUint32
read / write
minPersistentEntryExpiration XdrUint32
read / write
minTempEntryExpiration XdrUint32
read / write
persistentRentRateDenominator XdrInt64
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
tempRentRateDenominator XdrInt64
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(XdrDataInputStream stream) XdrStateExpirationSettings
encode(XdrDataOutputStream stream, XdrStateExpirationSettings encoded) → void