pub fn static_call<WIRE: InterpreterTypes, H: Host + ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Expand description
Implements the STATICCALL instruction.
Static message call (cannot modify state).
pub fn static_call<WIRE: InterpreterTypes, H: Host + ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Implements the STATICCALL instruction.
Static message call (cannot modify state).