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