pub fn compute_execution_hash(
target: &Address,
calldata: &Bytes,
fee: &U256,
) -> H256Expand description
Compute execution hash binding an action to a gas payment. Result is reduced mod BN254 Fr so it’s a valid ZK circuit field element.