Function calldatasize

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

Implements the CALLDATASIZE instruction.

Pushes the size of input data onto the stack.