pub fn call<WIRE: InterpreterTypes, H: Host + ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)Expand description
Implements the CALL instruction.
Message call with value transfer to another account.
pub fn call<WIRE: InterpreterTypes, H: Host + ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)Implements the CALL instruction.
Message call with value transfer to another account.