pub fn call_code<WIRE: InterpreterTypes, H: Host + ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)Expand description
Implements the CALLCODE instruction.
Message call with alternative account’s code.
pub fn call_code<WIRE: InterpreterTypes, H: Host + ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)Implements the CALLCODE instruction.
Message call with alternative account’s code.