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.
pub fn codesize<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)Implements the CODESIZE instruction.
Pushes the size of running contract’s bytecode onto the stack.