pub fn take_storage_value<T>(module: &[u8], item: &[u8], hash: &[u8]) -> Option<T>where
    T: Decode,
Expand description

Take a particular value in storage by the module, the map’s item name and the key hash.