Function sp_io::default_child_storage::exists
source ยท pub fn exists(storage_key: &[u8], key: &[u8]) -> bool
Expand description
Check a child storage key.
Check whether the given key
exists in default child defined at storage_key
.