Skip to main content

extcodesize

Function extcodesize 

pub fn extcodesize<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: Host + ?Sized,
Expand description

Implements the EXTCODESIZE instruction.

Gets the size of an account’s code.