referrerpolicy=no-referrer-when-downgrade
frame_system

Function extrinsics_data_root

Source
pub fn extrinsics_data_root<H: Hash>(
    xts: Vec<Vec<u8>>,
    state_version: StateVersion,
) -> H::Output
Expand description

Compute the trie root of a list of extrinsics.

The merkle proof is using the same trie as runtime state with state_version 0 or 1.