fn validate_post_state(
state: &mut State<EmptyDB>,
expected_post_state: &BTreeMap<Address, Account>,
debug_info: &DebugInfo,
print_env_on_error: bool,
) -> Result<(), TestExecutionError>Expand description
Validate post state against expected values