Function frame_support::storage::hashed::exists
source · pub fn exists<HashFn, R>(hash: &HashFn, key: &[u8]) -> boolwhere
HashFn: Fn(&[u8]) -> R,
R: AsRef<[u8]>,
Expand description
Check to see if key
has an explicit entry in storage.