Expand description
Decodable variant of the RuntimeMetadata.
This really doesn’t belong here, but is necessary for the moment. In the future it should be removed entirely to an external module for shimming on to the codec-encoded metadata.
Structs§
- Default
Byte Getter - Wrapper over dyn pointer for accessing a cached once byte value.
- Error
Metadata - All the metadata about a module error.
- Event
Metadata - All the metadata about an event.
- Extrinsic
Metadata - Metadata of the extrinsic used by the runtime.
- FnEncode
- Newtype wrapper for support encoding functions (actual the result of the function).
- Function
Argument Metadata - All the metadata about a function argument.
- Function
Metadata - All the metadata about a function.
- Module
Constant Metadata - All the metadata about one module constant.
- Module
Metadata - All metadata about an runtime module.
- Outer
Event Metadata - All the metadata about an outer event.
- Runtime
Metadata Prefixed - Metadata prefixed by a u32 for reserved usage
- Runtime
Metadata V12 - The metadata of a runtime.
- Storage
Entry Metadata - All the metadata about one storage entry.
- Storage
Metadata - All metadata of the storage.
Enums§
- Decode
Different - A type that decodes to a different type than it encodes. The user needs to make sure that both types use the same encoding.
- Runtime
Metadata - The metadata of a runtime.
The version ID encoded/decoded through
the enum nature of
RuntimeMetadata
. - Runtime
Metadata Deprecated - Enum that should fail.
- Storage
Entry Modifier - A storage entry modifier.
- Storage
Entry Type - A storage entry type.
- Storage
Hasher - Hasher used by storage maps
Constants§
- META_
RESERVED - Current prefix of metadata
Traits§
- Default
Byte - A technical trait to store lazy initiated vec value as static dyn pointer.
- Module
Error Metadata - All the metadata about errors in a module.
Type Aliases§
- Byte
Getter - Decode different for static lazy initiated byte value.
- Decode
Different Array - Runtime
Metadata Last Version - The latest version of the metadata.