delegate_call

Function delegate_call 

pub fn delegate_call<WIRE, H>(context: InstructionContext<'_, H, WIRE>)
where WIRE: InterpreterTypes, H: Host + ?Sized,
Available on crate feature evm only.
Expand description

Implements the DELEGATECALL instruction.

Message call with alternative account’s code but same sender and value.