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