Skip to main content

calldatasize

Function calldatasize 

Source
pub fn calldatasize<IT: ITy, H: ?Sized>(
    context: InstructionContext<'_, H, IT>,
) -> InstructionExecResult
Expand description

Implements the CALLDATASIZE instruction.

Pushes the size of input data onto the stack.