OuterEnumsV15 class
Outer enum type references (V15)
Contains type IDs for the composite enums that aggregate all calls, events, and errors from all pallets.
Constructors
- OuterEnumsV15({required int callType, required int eventType, required int errorType})
-
const
Properties
- callType → int
-
Type ID of the RuntimeCall enum
final
- errorType → int
-
Type ID of the RuntimeError enum
final
- eventType → int
-
Type ID of the RuntimeEvent enum
final
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- codec → const $OuterEnumsV15
- Codec instance for OuterEnumsV15