Crate sp_metadata_ir

source ·
Expand description

Intermediate representation of the runtime metadata.

Structs

Enums

  • 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.
  • A type of storage value.
  • Hasher used by storage maps

Functions