Expand description
Primitive types for storage related stuff.
Modules§
- well_
known_ keys - List of all well known keys and prefixes in storage.
Structs§
- Child
Trie Parent KeyId - A child trie of default type.
- Prefixed
Storage Key - Storage key of a child trie, it contains the prefix to the key.
- Storage
- Struct containing data needed for a storage.
- Storage
Change Set - Storage change set
- Storage
Child - Child trie storage data.
- Storage
Data - Storage data associated to a
StorageKey
. - Storage
Key - Storage key.
- Tracked
Storage Key - Storage key with read/write tracking information.
Enums§
- Child
Info - Information related to a child state.
- Child
Type - Type of child. It does not strictly define different child type, it can also be related to technical consideration or api variant.
- State
Version - Different possible state version.
Constants§
- TRIE_
VALUE_ NODE_ THRESHOLD - Threshold size to start using trie value nodes in state.
Type Aliases§
- Storage
Map - Map of data to use in a storage, it is a collection of byte key and values.