pub(crate) fn call_after_invariant_function<FEN: FoundryEvmNetwork>(
executor: &Executor<FEN>,
to: Address,
) -> Result<(RawCallResult<FEN>, bool), EvmError<FEN>>Expand description
Calls the afterInvariant() function on a contract.
Returns call result and if call succeeded.
The state after the call is not persisted.