Function bp_runtime::storage_value_final_key
pub fn storage_value_final_key(
pallet_name: &[u8],
storage_name: &[u8],
) -> [u8; 32]
Expand description
Returns the storage prefix for a specific pallet name and storage name.
The storage prefix is concat(twox_128(pallet_name), twox_128(storage_name))
.