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