pub(crate) fn call_invariant_function(
executor: &Executor,
address: Address,
calldata: Bytes,
) -> Result<(RawCallResult, bool)>
Expand description
Calls the invariant function and returns call result and if succeeded.
pub(crate) fn call_invariant_function(
executor: &Executor,
address: Address,
calldata: Bytes,
) -> Result<(RawCallResult, bool)>
Calls the invariant function and returns call result and if succeeded.