pub fn calldatacopy<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Expand description
Implements the CALLDATACOPY instruction.
Copies input data to memory.
pub fn calldatacopy<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Implements the CALLDATACOPY instruction.
Copies input data to memory.