• Checks if the given item is an OperationItem (a Solana Transaction or TransactionInstruction).

    Parameters

    • item: any

      The item to check.

    Returns item is OperationItem

    True if the item is an OperationItem, false otherwise.

Generated using TypeDoc