fn compute_and_validate_phase_hashes(
toml: &ProposalToml,
chain_id: u64,
calldatas: &OuterCalldatas,
rows: &mut Vec<CheckRow>,
) -> PhaseHashesExpand description
Recompute Safe hashes from the JSONs and assert each equals the toml value.
Returns the PhaseHashes (from the toml, now validated).