Function delegate_call

Source
pub fn delegate_call<WIRE: InterpreterTypes, H: Host + ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the DELEGATECALL instruction.

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