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