Function bp_runtime::storage_value_key
source · pub fn storage_value_key(pallet_prefix: &str, value_name: &str) -> StorageKey
Expand description
This is how a storage key of storage value is computed.
Copied from frame_support::storage::storage_prefix
.