Function codesize
pub fn codesize<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Expand description
Implements the CODESIZE instruction.
Pushes the size of running contract’s bytecode onto the stack.