pub fn extcodesize<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the EXTCODESIZE instruction.
Gets the size of an account’s code.
pub fn extcodesize<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the EXTCODESIZE instruction.
Gets the size of an account’s code.