[][src]Function sp_io::storage::child_root

pub fn child_root(child_storage_key: &[u8]) -> Vec<u8>

"Commit" all existing operations and compute the resulting child storage root.

The hashing algorithm is defined by the Block.

Returns the SCALE encoded hash.

See child_get for common child api parameters.