SubstrateScaleCUintEncoderConst class
Constants related to Substrate SCALE Compact Uint (CUint) encoding.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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 Properties
- bigIntegerModeMaxVal → BigInt
-
The maximum value for the big integer encoding mode (536 bits).
final
- fourByteModeMaxVal → BigInt
-
The maximum value for a four-byte encoding mode (30 bits).
final
- singleByteModeMaxVal → BigInt
-
The maximum value for a single-byte encoding mode (6 bits).
final
- twoByteModeMaxVal → BigInt
-
The maximum value for a two-byte encoding mode (14 bits).
final