ts-algochat
    Preparing search index...

    Interface DiscoverKeyOptions

    Options for key discovery functions.

    interface DiscoverKeyOptions {
        maxDepth?: number;
        pageSize?: number;
    }
    Index

    Properties

    Properties

    maxDepth?: number

    Maximum number of transactions to search. When omitted, searches exhaustively using pagination.

    pageSize?: number

    Number of transactions to fetch per page (default: 100). Only used when the indexer supports searchTransactionsPaginated.