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