Class GetClaimAttemptsPayload

Hierarchy (View Summary, Expand)

Implements

Constructors

Properties

address?: string

The specific address to fetch claims for. If blank, we fetch most recent claims.

bookmark?: string

The bookmark to start from.

includeErrors?: boolean

Whether to include errors or not.

includeRequestBinAttemptData?: boolean

Include the cached payload data for requestBin plugin. Must be claim creator to view.

You can also use the individual GET route to fetch this data.

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