Skip to main content

calldatacopy

Function calldatacopy 

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

Implements the CALLDATACOPY instruction.

Copies input data to memory.