Function calldataload

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

Implements the CALLDATALOAD instruction.

Loads 32 bytes of input data from the specified offset.