Function pallet_roles::child::get

pub fn get<T>(child_info: &ChildInfo, key: &[u8]) -> Option<T>where
    T: Decode,
Expand description

Return the value of the item in storage under key, or None if there is no explicit entry.