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.
pub fn extcodecopy<WIRE: InterpreterTypes, H: Host + ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Implements the EXTCODECOPY instruction.
Copies a portion of an account’s code to memory.