Function frame_support::storage::migration::have_storage_value
source · pub fn have_storage_value(module: &[u8], item: &[u8], hash: &[u8]) -> bool
Expand description
Get a particular value in storage by the module
, the map’s item
name and the key hash
.