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