Function frame_support::storage::child::put [−][src]
pub fn put<T: Encode>(child_info: &ChildInfo, key: &[u8], value: &T)
Put value
in storage under key
.
pub fn put<T: Encode>(child_info: &ChildInfo, key: &[u8], value: &T)
Put value
in storage under key
.