pub fn is_default_child_storage_key(key: &[u8]) -> bool
Expand description

Whether a key is a default child storage key.

This is convenience function which basically checks if the given key starts with DEFAULT_CHILD_STORAGE_KEY_PREFIX and doesn’t do anything apart from that.