Function sp_io::default_child_storage::set
source ยท pub fn set(storage_key: &[u8], key: &[u8], value: &[u8])
Expand description
Set a child storage value.
Set key
to value
in the child storage denoted by storage_key
.