RuntimeMetadata class sealed

Versioned metadata enum

Substrate uses this enum to support multiple metadata versions. This allows nodes to upgrade their metadata format while maintaining backward compatibility.

Implementers
Available extensions

Properties

extrinsic ExtrinsicMetadata

Available on RuntimeMetadata, provided by the RuntimeMetadataExtensions extension

no setter
hashCode int
The hash code for this object.
no setterinherited
outerEnums OuterEnums

Available on RuntimeMetadata, provided by the RuntimeMetadataExtensions extension

Get outer enum types
no setter
pallets List<PalletMetadata>

Available on RuntimeMetadata, provided by the RuntimeMetadataExtensions extension

Get the list of pallets
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
types List<PortableType>

Available on RuntimeMetadata, provided by the RuntimeMetadataExtensions extension

no setter
version int
Get the metadata version number
no setter

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
typeById(int id) PortableType

Operators

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