[][src]Function sp_io::storage::child_get

pub fn child_get(
    child_storage_key: &[u8],
    child_definition: &[u8],
    child_type: u32,
    key: &[u8]
) -> Option<Vec<u8>>

All Child api uses :

This function specifically returns the data for key in the child storage or None if the key can not be found.