Skip to main content

storage_value_key

Function storage_value_key 

Source
pub fn storage_value_key<A, B>(pallet: A, item: B) -> StorageKey
where A: AsRef<[u8]>, B: AsRef<[u8]>,
Expand description

Calculate the storage key of a pallet StorageValue item.