referrerpolicy=no-referrer-when-downgrade
frame_support::storage::child

Function take

Source
pub fn take<T: Decode + Sized>(child_info: &ChildInfo, key: &[u8]) -> Option<T>
Expand description

Remove key from storage, returning its value if it had an explicit entry or None otherwise.