pub fn put<T>(child_info: &ChildInfo, key: &[u8], value: &T)where
    T: Encode,
Expand description

Put value in storage under key.