Class GetSearchPayload<T>

Type Parameters

Hierarchy (View Summary, Expand)

Implements

Constructors

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.

Methods

  • Compares this object's fields to another object's fields for equality. Equality is determined by comparing the JSON representations of the objects.

    If normalizeNumberTypes is true, then all number types will be compared as strings (i.e. "1n" === "1" === 1). Else, they will be compared as their native types (i.e. 1n !== 1 !== "1").

    Type Parameters

    Parameters

    • other: undefined | null | CustomType<U>
    • OptionalnormalizeNumberTypes: boolean

    Returns boolean

MMNEPVFCICPMFPCPTTAAATR