RuntimeMetadataV15 class
The metadata of a runtime.
- Inheritance
-
- Object
- RuntimeMetadata
- RuntimeMetadataV15
Constructors
-
RuntimeMetadataV15({required List<
PortableType> types, required List<PalletMetadata> pallets, required ExtrinsicMetadata extrinsic, required TypeId runtimeTypeId, required List<ApiMetadata> apis, required OuterEnumMetadata outerEnums, required CustomMetadata custom})
Properties
-
apis
→ List<
ApiMetadata> -
Metadata of the apis.
finalinherited
- custom → CustomMetadata
-
custom.
finalinherited
- extrinsic → ExtrinsicMetadata
-
Metadata of the extrinsic.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- outerEnums → OuterEnumMetadata
-
Metadata of the outer enums.
finalinherited
-
pallets
→ List<
PalletMetadata> -
Metadata of all the pallets.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- runtimeTypeId → TypeId
-
The type of the
Runtime
.finalinherited -
types
→ List<
PortableType> -
Type registry containing all types used in the metadata.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
runtimeMetadataVersion(
) → int -
override
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
typeById(
int id) → PortableType -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- codec → const $RuntimeMetadataCodec