Function frame_support::storage::hashed::kill

source ·
pub fn kill<HashFn, R>(hash: &HashFn, key: &[u8])where
    HashFn: Fn(&[u8]) -> R,
    R: AsRef<[u8]>,
Expand description

Ensure key has no explicit entry in storage.