pub(crate) fn execute_tx(
executor: &mut Executor,
tx: &BasicTxDetails,
) -> Result<RawCallResult>Expand description
Executes a fuzz call and returns the result. Applies any block timestamp (warp) and block number (roll) adjustments before the call.