Function delegate_call
pub fn delegate_call<WIRE, H>(context: InstructionContext<'_, H, WIRE>)
Available on crate feature
evm
only.Expand description
Implements the DELEGATECALL instruction.
Message call with alternative account’s code but same sender and value.