Function extcodesize
pub fn extcodesize<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Expand description
Implements the EXTCODESIZE instruction.
Gets the size of an account’s code.
pub fn extcodesize<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Implements the EXTCODESIZE instruction.
Gets the size of an account’s code.