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.
pub fn delegate_call<WIRE: InterpreterTypes, H: Host + ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Implements the DELEGATECALL instruction.
Message call with alternative account’s code but same sender and value.