Function extcodecopy

Source
pub fn extcodecopy<WIRE: InterpreterTypes, H: Host + ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the EXTCODECOPY instruction.

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