Interface GetSearchPayload

interface GetSearchPayload {
    noAccounts?: boolean;
    noAddressLists?: boolean;
    noBadges?: boolean;
    noCollections?: boolean;
    specificCollectionId?: NumberType;
}

Properties

noAccounts?: boolean

If true, we will skip all account queries.

noAddressLists?: boolean

If true, we will skip all address list queries.

noBadges?: boolean

If true, we will skip all badge queries.

noCollections?: boolean

If true, we will skip all collection queries.

specificCollectionId?: NumberType

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