Function frame_support::storage::child::take_or_default
source · pub fn take_or_default<T: Codec + Sized + Default>(
child_info: &ChildInfo,
key: &[u8]
) -> T
Expand description
Remove key
from storage, returning its value, or, if there was no explicit entry in storage,
the default for its type.