Function indexRecentTransactions

  • Description

    Fetches recent transactions for the specified merkleTreeProgramId. This function will call getTransactionsBatch multiple times to fetch transactions in batches.

    Parameters

    • __namedParameters: {
          batchOptions: ConfirmedSignaturesForAddress2Options;
          connection: Connection;
          dedupe?: boolean;
      }
      • batchOptions: ConfirmedSignaturesForAddress2Options
      • connection: Connection
      • Optional dedupe?: boolean

    Returns Promise<IndexedTransaction[]>

    Array of indexedTransactions

Generated using TypeDoc