Function codesize

Source
pub fn codesize<WIRE: InterpreterTypes, H: ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the CODESIZE instruction.

Pushes the size of running contract’s bytecode onto the stack.