Interface iGetSearchPayload<T>

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

Type Parameters

Implemented by

Properties

noAccounts?: boolean

If true, we will skip all account queries.

noAddressLists?: boolean

If true, we will skip all address list queries.

noApplications?: boolean

If true, we will skip all application queries.

noBadges?: boolean

If true, we will skip all badge 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.

specificCollectionId?: T

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

MMNEPVFCICPMFPCPTTAAATR