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