Function frame_support::storage::migration::remove_storage_prefix
source · pub fn remove_storage_prefix(module: &[u8], item: &[u8], hash: &[u8])
👎Deprecated: Use
clear_storage_prefix
insteadExpand description
Remove all items under a storage prefix by the module
, the map’s item
name and the key
hash
.