[−][src]Trait frame_support::storage::StoragePrefixedMap
Trait for maps that store all its value after a unique prefix.
By default the final prefix is:
Twox128(module_prefix) ++ Twox128(storage_prefix)
Required methods
fn module_prefix() -> &'static [u8]
Module prefix. Used for generating final key.
fn storage_prefix() -> &'static [u8]
Storage prefix. Used for generating final key.
Provided methods
fn final_prefix() -> [u8; 32]
fn remove_all()
ⓘImportant traits for PrefixIterator<Value>fn iter() -> PrefixIterator<Value>
ⓘImportant traits for PrefixIterator<Value>