Class CollectionPermissionsWithDetails<T>

Type Parameters

Hierarchy (view full)

Implements

Constructors

Properties

canArchiveCollection: TimedUpdatePermission<T>[]

The permissions for archiving the collection.

canCreateMoreBadges: BalancesActionPermission<T>[]

The permissions for creating more badges.

canDeleteCollection: ActionPermission<T>[]

The permissions for deleting the collection.

canUpdateBadgeMetadata: TimedUpdateWithBadgeIdsPermission<T>[]

The permissions for updating the badge metadata.

canUpdateCollectionApprovals: CollectionApprovalPermissionWithDetails<T>[]

The permissions for updating the collection approved transfers.

canUpdateCollectionMetadata: TimedUpdatePermission<T>[]

The permissions for updating the collection metadata.

canUpdateCustomData: TimedUpdatePermission<T>[]

The permissions for updating the custom data.

canUpdateManager: TimedUpdatePermission<T>[]

The permissions for updating the manager.

canUpdateOffChainBalancesMetadata: TimedUpdatePermission<T>[]

The permissions for updating the off-chain balances metadata.

canUpdateStandards: TimedUpdatePermission<T>[]

The permissions for updating the standards.

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>
    • Optional normalizeNumberTypes: boolean

    Returns boolean