pub fn contains_prefixed_key(prefix: &[u8]) -> bool
Expand description

Returns true if the storage contains any key, which starts with a certain prefix, and is longer than said prefix. This means that a key which equals the prefix will not be counted.