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.
pub fn extcodesize<WIRE: InterpreterTypes, H: Host + ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Implements the EXTCODESIZE instruction.
Gets the size of an account’s code.