pub fn codecopy<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Expand description
Implements the CODECOPY instruction.
Copies running contract’s bytecode to memory.
pub fn codecopy<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Implements the CODECOPY instruction.
Copies running contract’s bytecode to memory.