Trait bus_mapping::evm::Opcode
source · pub trait Opcode: Debug {
// Required method
fn gen_associated_ops(
state: &mut CircuitInputStateRef<'_>,
geth_steps: &[GethExecStep]
) -> Result<Vec<ExecStep>, Error>;
}
Expand description
Required Methods§
sourcefn gen_associated_ops(
state: &mut CircuitInputStateRef<'_>,
geth_steps: &[GethExecStep]
) -> Result<Vec<ExecStep>, Error>
fn gen_associated_ops( state: &mut CircuitInputStateRef<'_>, geth_steps: &[GethExecStep] ) -> Result<Vec<ExecStep>, Error>
Object Safety§
This trait is not object safe.