pub fn root(
storage_key: <PassFatPointerAndRead<&[u8]> as RIType>::Inner,
version: <PassAs<StateVersion, u8> as RIType>::Inner,
) -> <AllocateAndReturnFatPointer<Vec<u8>> as RIType>::Inner
Expand description
Default child root calculation.
“Commit” all existing operations and compute the resulting child storage root.
The hashing algorithm is defined by the Block
.
Returns a Vec<u8>
that holds the SCALE encoded hash.