The corresponding token IDs for this collection ID.
Deep copies the object and returns a new instance.
Converts the object to a different NumberType equivalent.
Optionaloptions: ConvertOptionsChecks if the token details overlap with another set of token details.
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").
OptionalnormalizeNumberTypes: booleanInternal helper method to convert the number fields of the object to a different NumberType equivalent.
Checks if the object has number fields.
Checks if the token details are a subset of another set of token details (i.e. all tokenIds are in the other set).
Checks if the token details are not in another set of token details (i.e. none of the token IDs are in the other set).
Converts the object to a JSON object with all primitive types.
Converts the object to a JSON string.
The collection ID of this element's token details.