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