Crate frame_metadata[][src]

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

Wrapper over dyn pointer for accessing a cached once byte value.

All the metadata about a module error.

All the metadata about an event.

Metadata of the extrinsic used by the runtime.

Newtype wrapper for support encoding functions (actual the result of the function).

All the metadata about a function argument.

All the metadata about a function.

All the metadata about one module constant.

All metadata about an runtime module.

All the metadata about an outer event.

Metadata prefixed by a u32 for reserved usage

The metadata of a runtime.

All the metadata about one storage entry.

All metadata of the storage.

Enums

A type that decodes to a different type than it encodes. The user needs to make sure that both types use the same encoding.

The metadata of a runtime. The version ID encoded/decoded through the enum nature of RuntimeMetadata.

Enum that should fail.

A storage entry modifier.

A storage entry type.

Hasher used by storage maps

Constants

Current prefix of metadata

Traits

A technical trait to store lazy initiated vec value as static dyn pointer.

All the metadata about errors in a module.

Type Definitions

Decode different for static lazy initiated byte value.

The latest version of the metadata.