Crate sp_storage
source ·Expand description
Primitive types for storage related stuff.
Modules
List of all well known keys and prefixes in storage.
Structs
A child trie of default type.
Storage key of a child trie, it contains the prefix to the key.
Struct containing data needed for a storage.
Storage change set
Child trie storage data.
Storage data associated to a
StorageKey
.Storage key.
Storage key with read/write tracking information.
Enums
Information related to a child state.
Type of child.
It does not strictly define different child type, it can also
be related to technical consideration or api variant.
Different possible state version.
Constants
Threshold size to start using trie value nodes in state.
Type Definitions
Map of data to use in a storage, it is a collection of
byte key and values.