[][src]Function sp_io::storage::child_exists

pub fn child_exists(
    child_storage_key: &[u8],
    child_definition: &[u8],
    child_type: u32,
    key: &[u8]
) -> bool

Check whether the given key exists in storage.

See child_get for common child api parameters.