[−][src]Module frame_support::storage
Stuff to do with the runtime's storage.
Modules
| child | Operation on runtime child storages. |
| generator | Generators are a set of trait on which storage traits are implemented. |
| hashed | Operation on runtime storage using hashed keys. |
| unhashed | Operation on unhashed runtime storage. |
Structs
| PrefixIterator | Iterator for prefixed map. |
Traits
| StorageDoubleMap | An implementation of a map with a two keys. |
| StorageLinkedMap | A strongly-typed linked map in storage. |
| StorageMap | A strongly-typed map in storage. |
| StoragePrefixedMap | Trait for maps that store all its value after a unique prefix. |
| StorageValue | A trait for working with macro-generated storage values under the substrate storage API. |