Function extcodesize

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

Implements the EXTCODESIZE instruction.

Gets the size of an account’s code.