Class ClaimAttempt<T>

Type Parameters

Hierarchy (View Summary, Expand)

Implements

Constructors

Properties

attemptData?: { [instanceId: string]: Record<string, any> }

This is in the format of { [instanceId: string]: Record<string, any> } where the object is what was configured via the plugin.

The instanceId is for the requestBin plugin's instance ID.

attemptedAt: T
bitbadgesAddress: string
claimAttemptId: string
claimId: string
claimNumber: number
error?: string
success: boolean

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