pub(crate) fn exec_create<FEN: FoundryEvmNetwork>(
executor: &mut dyn CheatcodesExecutor<FEN>,
inputs: CreateInputs,
ccx: &mut CheatsCtxt<'_, '_, FEN>,
) -> Result<CreateOutcome, EVMError<DatabaseError>>Expand description
Builds a sub-EVM from the current context and executes the given CREATE frame.