Expand description
Intermediate representation of the runtime metadata.
Structs§
- Extrinsic
MetadataIR - Metadata of the extrinsic used by the runtime.
- MetadataIR
- The intermediate representation for the runtime metadata. Contains the needed context that allows conversion to multiple metadata versions.
- Outer
EnumsIR - The type of the outer enums.
- Pallet
Associated Type MetadataIR - Metadata of a pallet’s associated type.
- Pallet
Call MetadataIR - Metadata for all calls in a pallet
- Pallet
Constant MetadataIR - Metadata about one pallet constant.
- Pallet
Error MetadataIR - Metadata about a pallet error.
- Pallet
Event MetadataIR - Metadata about the pallet Event type.
- Pallet
MetadataIR - The intermediate representation for a pallet metadata.
- Pallet
Storage MetadataIR - All metadata of the pallet’s storage. The common prefix used by all storage entries.
- Runtime
ApiMetadataIR - Metadata of a runtime trait.
- Runtime
ApiMethod MetadataIR - Metadata of a runtime method.
- Runtime
ApiMethod Param MetadataIR - Metadata of a runtime method parameter.
- Storage
Entry MetadataIR - Metadata about one storage entry.
- Transaction
Extension MetadataIR - Metadata of an extrinsic’s signed extension.
Enums§
- Deprecation
InfoIR - Deprecation info for an enums/errors/calls. Denotes full/partial deprecation of the type
- Deprecation
StatusIR - Deprecation status for an entry inside MetadataIR
- Storage
Entry ModifierIR - A storage entry modifier indicates how a storage entry is returned when fetched and what the value will be if the key is not present. Specifically this refers to the “return type” when fetching a storage entry, and what the value will be if the key is not present.
- Storage
Entry TypeIR - A type of storage value.
- Storage
HasherIR - Hasher used by storage maps
Functions§
- into_
latest - Transform the IR to the latest stable metadata version.
- into_
unstable - Transform the IR to unstable metadata version 16.
- into_
v14 - Transform the IR to metadata version 14.
- into_
version - Transform the IR to the specified version.
- supported_
versions - Returns the supported metadata versions.