pub fn codecopy<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the CODECOPY instruction.
Copies running contract’s bytecode to memory.
pub fn codecopy<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the CODECOPY instruction.
Copies running contract’s bytecode to memory.