pub fn chain_actions_commitment(
initial: &[u8; 32],
blocks: &[(u32, Vec<([u8; 32], [u8; 32], [u8; 32])>)],
) -> [u8; 32]Expand description
Compute running actions commitment for a sequence of blocks.
Processes each block’s actions through the commitment chain, returning the final running commitment.