Skip to main content

calldatasize

Function calldatasize 

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

Implements the CALLDATASIZE instruction.

Pushes the size of input data onto the stack.