pub fn storage_value_key(pallet_prefix: &str, value_name: &str) -> StorageKeyExpand description
This is how a storage key of storage value is computed.
Copied from frame_support::storage::storage_prefix.
pub fn storage_value_key(pallet_prefix: &str, value_name: &str) -> StorageKeyThis is how a storage key of storage value is computed.
Copied from frame_support::storage::storage_prefix.