bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iGetSearchPayload<T>

    interface iGetSearchPayload<T extends NumberType> {
        noAccounts?: boolean;
        noApplications?: boolean;
        noClaims?: boolean;
        noCollections?: boolean;
        noMaps?: boolean;
        noTokens?: boolean;
        specificCollectionId?: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    noAccounts?: boolean

    If true, we will skip all account queries.

    noApplications?: boolean

    If true, we will skip all application queries.

    noClaims?: boolean

    If true, we will skip all claim queries.

    noCollections?: boolean

    If true, we will skip all collection queries.

    noMaps?: boolean

    If true, we will skip all map queries.

    noTokens?: boolean

    If true, we will skip all badge queries.

    specificCollectionId?: string

    If true, we will limit collection-based results to a single collection.