pub fn get_storage_hash(
    metadata: &RuntimeMetadataV14,
    pallet_name: &str,
    storage_name: &str
) -> Result<[u8; 32], NotFound>
Expand description

Obtain the hash for a specific storage item, or an error if it’s not found.