Function frame_support::storage::hashed::exists [−][src]
pub fn exists<HashFn, R>(hash: &HashFn, key: &[u8]) -> bool where
HashFn: Fn(&[u8]) -> R,
R: AsRef<[u8]>, Check to see if key has an explicit entry in storage.