Module sp_storage::well_known_keys
source · [−]Expand description
List of all well known keys and prefixes in storage.
Constants
Changes trie configuration is stored under this key.
Prefix of child storage keys.
Wasm code of the runtime.
Prefix of the default child storage keys in the top trie.
Current extrinsic index (u32) is stored under this key.
Number of wasm linear memory pages required for execution of the runtime.
Functions
Whether a key is a child storage key.
Returns if the given key
starts with CHILD_STORAGE_KEY_PREFIX
or collides with it.