Function calldatasize
pub fn calldatasize<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Available on crate feature
evm only.Expand description
Implements the CALLDATASIZE instruction.
Pushes the size of input data onto the stack.