XdrLedgerUpgrade class

Properties

discriminant XdrLedgerUpgradeType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
newBaseFee XdrUint32?
getter/setter pair
newBaseReserve XdrUint32?
getter/setter pair
newConfig XdrConfigUpgradeSetKey?
getter/setter pair
newFlags XdrUint32?
getter/setter pair
newLedgerVersion XdrUint32?
getter/setter pair
newMaxSorobanTxSetSize XdrUint32?
getter/setter pair
newMaxTxSetSize XdrUint32?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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) XdrLedgerUpgrade
encode(XdrDataOutputStream stream, XdrLedgerUpgrade encodedLedgerUpgrade) → void