Skip to main content

extcodecopy

Function extcodecopy 

pub fn extcodecopy<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: Host + ?Sized,
Expand description

Implements the EXTCODECOPY instruction.

Copies a portion of an account’s code to memory.