# DefaultTrustedClaimIssuer

Represents a default trusted claim issuer for a specific Asset in the Polymesh blockchain

## Hierarchy

↳ [Identity](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)

↳ **DefaultTrustedClaimIssuer**

## Index

### Properties

* [asset](#asset)
* [assetPermissions](#assetpermissions)
* [authorizations](#authorizations)
* [context](#protected-context)
* [did](#did)
* [portfolios](#portfolios)
* [uuid](#uuid)

### Methods

* [addedAt](#addedat)
* [areSecondaryAccountsFrozen](#aresecondaryaccountsfrozen)
* [checkRoles](#checkroles)
* [exists](#exists)
* [getAssetBalance](#getassetbalance)
* [getHeldAssets](#getheldassets)
* [getInstructions](#getinstructions)
* [getPendingDistributions](#getpendingdistributions)
* [getPendingInstructions](#getpendinginstructions)
* [getPrimaryAccount](#getprimaryaccount)
* [getScopeId](#getscopeid)
* [getSecondaryAccounts](#getsecondaryaccounts)
* [getTrustingAssets](#gettrustingassets)
* [getVenues](#getvenues)
* [hasRole](#hasrole)
* [hasRoles](#hasroles)
* [hasValidCdd](#hasvalidcdd)
* [isCddProvider](#iscddprovider)
* [isEqual](#isequal)
* [isGcMember](#isgcmember)
* [toJson](#tojson)
* [trustedFor](#trustedfor)
* [generateUuid](#static-generateuuid)
* [unserialize](#static-unserialize)

## Properties

### asset

• **asset**: [*Asset*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/asset)

*Defined in* [*src/api/entities/DefaultTrustedClaimIssuer.ts:36*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/DefaultTrustedClaimIssuer.ts#L36)

Asset for which this Identity is a Default Trusted Claim Issuer

***

### assetPermissions

• **assetPermissions**: [*AssetPermissions*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/assetpermissions)

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*assetPermissions*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#assetpermissions)

*Defined in* [*src/api/entities/Identity/index.ts:94*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L94)

***

### authorizations

• **authorizations**: [*IdentityAuthorizations*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identityauthorizations)

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*authorizations*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#authorizations)

*Defined in* [*src/api/entities/Identity/index.ts:92*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L92)

***

### `Protected` context

• **context**: *Context*

*Inherited from* [*CheckpointSchedule*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/checkpointschedule)*.*[*context*](https://developers.polymath.network/polymesh-sdk-api-reference/checkpointschedule#protected-context)

*Defined in* [*src/api/entities/Entity.ts:48*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Entity.ts#L48)

***

### did

• **did**: *string*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*did*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#did)

*Defined in* [*src/api/entities/Identity/index.ts:89*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L89)

Identity ID as stored in the blockchain

***

### portfolios

• **portfolios**: [*Portfolios*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/portfolios)

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*portfolios*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#portfolios)

*Defined in* [*src/api/entities/Identity/index.ts:93*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L93)

***

### uuid

• **uuid**: *string*

*Inherited from* [*CheckpointSchedule*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/checkpointschedule)*.*[*uuid*](https://developers.polymath.network/polymesh-sdk-api-reference/checkpointschedule#uuid)

*Defined in* [*src/api/entities/Entity.ts:46*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Entity.ts#L46)

## Methods

### addedAt

▸ **addedAt**(): *Promise‹*[*EventIdentifier*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/eventidentifier.md) *| null›*

*Defined in* [*src/api/entities/DefaultTrustedClaimIssuer.ts:55*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/DefaultTrustedClaimIssuer.ts#L55)

Retrieve the identifier data (block number, date and event index) of the event that was emitted when the trusted claim issuer was added

**`note`** uses the middleware

**`note`** there is a possibility that the data is not ready by the time it is requested. In that case, `null` is returned

**Returns:** *Promise‹*[*EventIdentifier*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/eventidentifier.md) *| null›*

***

### areSecondaryAccountsFrozen

▸ **areSecondaryAccountsFrozen**(): *Promise‹boolean›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*areSecondaryAccountsFrozen*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#aresecondaryaccountsfrozen)

*Defined in* [*src/api/entities/Identity/index.ts:583*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L583)

Check whether secondary Accounts are frozen

**`note`** can be subscribed to

**Returns:** *Promise‹boolean›*

▸ **areSecondaryAccountsFrozen**(`callback`: [SubCallback](https://developers.polymath.network/polymesh-sdk-api-reference/globals#subcallback)‹boolean›): *Promise‹*[*UnsubCallback*](https://developers.polymath.network/polymesh-sdk-api-reference/globals#unsubcallback)*›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*areSecondaryAccountsFrozen*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#aresecondaryaccountsfrozen)

*Defined in* [*src/api/entities/Identity/index.ts:584*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L584)

**Parameters:**

| Name       | Type                                                                                                       |
| ---------- | ---------------------------------------------------------------------------------------------------------- |
| `callback` | [SubCallback](https://developers.polymath.network/polymesh-sdk-api-reference/globals#subcallback)‹boolean› |

**Returns:** *Promise‹*[*UnsubCallback*](https://developers.polymath.network/polymesh-sdk-api-reference/globals#unsubcallback)*›*

***

### checkRoles

▸ **checkRoles**(`roles`: [Role](https://developers.polymath.network/polymesh-sdk-api-reference/globals#role)\[]): *Promise‹*[*CheckRolesResult*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/checkrolesresult.md)*›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*checkRoles*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#checkroles)

*Defined in* [*src/api/entities/Identity/index.ts:351*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L351)

Check whether this Identity possesses all specified roles

**Parameters:**

| Name    | Type                                                                                   |
| ------- | -------------------------------------------------------------------------------------- |
| `roles` | [Role](https://developers.polymath.network/polymesh-sdk-api-reference/globals#role)\[] |

**Returns:** *Promise‹*[*CheckRolesResult*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/checkrolesresult.md)*›*

***

### exists

▸ **exists**(): *Promise‹boolean›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*exists*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#exists)

*Overrides* [*Entity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/entity)*.*[*exists*](https://developers.polymath.network/polymesh-sdk-api-reference/entity#abstract-exists)

*Defined in* [*src/api/entities/Identity/index.ts:713*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L713)

Determine whether this Identity exists on chain

**Returns:** *Promise‹boolean›*

***

### getAssetBalance

▸ **getAssetBalance**(`args`: object): *Promise‹BigNumber›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*getAssetBalance*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#getassetbalance)

*Defined in* [*src/api/entities/Identity/index.ts:161*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L161)

Retrieve the balance of a particular Asset

**`note`** can be subscribed to

**Parameters:**

▪ **args**: *object*

| Name     | Type   |
| -------- | ------ |
| `ticker` | string |

**Returns:** *Promise‹BigNumber›*

▸ **getAssetBalance**(`args`: object, `callback`: [SubCallback](https://developers.polymath.network/polymesh-sdk-api-reference/globals#subcallback)‹BigNumber›): *Promise‹*[*UnsubCallback*](https://developers.polymath.network/polymesh-sdk-api-reference/globals#unsubcallback)*›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*getAssetBalance*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#getassetbalance)

*Defined in* [*src/api/entities/Identity/index.ts:162*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L162)

**Parameters:**

▪ **args**: *object*

| Name     | Type   |
| -------- | ------ |
| `ticker` | string |

▪ **callback**: [*SubCallback*](https://developers.polymath.network/polymesh-sdk-api-reference/globals#subcallback)*‹BigNumber›*

**Returns:** *Promise‹*[*UnsubCallback*](https://developers.polymath.network/polymesh-sdk-api-reference/globals#unsubcallback)*›*

***

### getHeldAssets

▸ **getHeldAssets**(`opts`: object): *Promise‹*[*ResultSet*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/resultset.md)*‹*[*Asset*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/asset)*››*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*getHeldAssets*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#getheldassets)

*Defined in* [*src/api/entities/Identity/index.ts:309*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L309)

Retrieve a list of all Assets which were held at one point by this Identity

**`note`** uses the middleware

**`note`** supports pagination

**Parameters:**

▪`Default value` **opts**: *object*= { order: Order.Asc }

| Name     | Type      |
| -------- | --------- |
| `order?` | Order     |
| `size?`  | BigNumber |
| `start?` | BigNumber |

**Returns:** *Promise‹*[*ResultSet*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/resultset.md)*‹*[*Asset*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/asset)*››*

***

### getInstructions

▸ **getInstructions**(): *Promise‹*[*GroupedInstructions*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/groupedinstructions.md)*›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*getInstructions*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#getinstructions)

*Defined in* [*src/api/entities/Identity/index.ts:461*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L461)

Retrieve all Instructions where this Identity is a participant, grouped by status

**Returns:** *Promise‹*[*GroupedInstructions*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/groupedinstructions.md)*›*

***

### getPendingDistributions

▸ **getPendingDistributions**(): *Promise‹*[*DistributionWithDetails*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/distributionwithdetails.md)*\[]›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*getPendingDistributions*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#getpendingdistributions)

*Defined in* [*src/api/entities/Identity/index.ts:620*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L620)

Retrieve every Dividend Distribution for which this Identity is eligible and hasn't been paid

**`note`** uses the middleware

**`note`** this query can be potentially **SLOW** depending on which Assets this Identity has held

**Returns:** *Promise‹*[*DistributionWithDetails*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/distributionwithdetails.md)*\[]›*

***

### getPendingInstructions

▸ **getPendingInstructions**(): *Promise‹*[*Instruction*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/instruction)*\[]›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*getPendingInstructions*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#getpendinginstructions)

*Defined in* [*src/api/entities/Identity/index.ts:530*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L530)

Retrieve all pending Instructions involving this Identity

**`deprecated`** in favor of `getInstructions`

**Returns:** *Promise‹*[*Instruction*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/instruction)*\[]›*

***

### getPrimaryAccount

▸ **getPrimaryAccount**(): *Promise‹*[*PermissionedAccount*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/permissionedaccount.md)*›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*getPrimaryAccount*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#getprimaryaccount)

*Defined in* [*src/api/entities/Identity/index.ts:262*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L262)

Retrieve the primary Account associated with the Identity

**`note`** can be subscribed to

**Returns:** *Promise‹*[*PermissionedAccount*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/permissionedaccount.md)*›*

▸ **getPrimaryAccount**(`callback`: [SubCallback](https://developers.polymath.network/polymesh-sdk-api-reference/globals#subcallback)‹[PermissionedAccount](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/permissionedaccount.md)›): *Promise‹*[*UnsubCallback*](https://developers.polymath.network/polymesh-sdk-api-reference/globals#unsubcallback)*›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*getPrimaryAccount*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#getprimaryaccount)

*Defined in* [*src/api/entities/Identity/index.ts:263*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L263)

**Parameters:**

| Name       | Type                                                                                                                                                                                                                               |
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `callback` | [SubCallback](https://developers.polymath.network/polymesh-sdk-api-reference/globals#subcallback)‹[PermissionedAccount](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/permissionedaccount.md)› |

**Returns:** *Promise‹*[*UnsubCallback*](https://developers.polymath.network/polymesh-sdk-api-reference/globals#unsubcallback)*›*

***

### getScopeId

▸ **getScopeId**(`args`: object): *Promise‹string | null›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*getScopeId*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#getscopeid)

*Defined in* [*src/api/entities/Identity/index.ts:439*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L439)

Retrieve the Scope ID associated to this Identity's Investor Uniqueness Claim for a specific Asset, or null if there is none

**`note`** more on Investor Uniqueness [here](https://developers.polymesh.network/introduction/identity#polymesh-unique-identity-system-puis) and [here](https://developers.polymesh.network/polymesh-docs/primitives/confidential-identity)

**Parameters:**

▪ **args**: *object*

| Name    | Type                                                                                            |
| ------- | ----------------------------------------------------------------------------------------------- |
| `asset` | [Asset](https://developers.polymath.network/polymesh-sdk-api-reference/classes/asset) \| string |

**Returns:** *Promise‹string | null›*

***

### getSecondaryAccounts

▸ **getSecondaryAccounts**(): *Promise‹*[*PermissionedAccount*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/permissionedaccount.md)*\[]›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*getSecondaryAccounts*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#getsecondaryaccounts)

*Defined in* [*src/api/entities/Identity/index.ts:674*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L674)

Get the list of secondary Accounts related to the Identity

**`note`** can be subscribed to

**Returns:** *Promise‹*[*PermissionedAccount*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/permissionedaccount.md)*\[]›*

▸ **getSecondaryAccounts**(`callback`: [SubCallback](https://developers.polymath.network/polymesh-sdk-api-reference/globals#subcallback)‹[PermissionedAccount](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/permissionedaccount.md)\[]›): *Promise‹*[*UnsubCallback*](https://developers.polymath.network/polymesh-sdk-api-reference/globals#unsubcallback)*›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*getSecondaryAccounts*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#getsecondaryaccounts)

*Defined in* [*src/api/entities/Identity/index.ts:675*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L675)

**Parameters:**

| Name       | Type                                                                                                                                                                                                                                  |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `callback` | [SubCallback](https://developers.polymath.network/polymesh-sdk-api-reference/globals#subcallback)‹[PermissionedAccount](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/permissionedaccount.md)\[]› |

**Returns:** *Promise‹*[*UnsubCallback*](https://developers.polymath.network/polymesh-sdk-api-reference/globals#unsubcallback)*›*

***

### getTrustingAssets

▸ **getTrustingAssets**(): *Promise‹*[*Asset*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/asset)*\[]›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*getTrustingAssets*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#gettrustingassets)

*Defined in* [*src/api/entities/Identity/index.ts:386*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L386)

Get the list of Assets for which this Identity is a trusted claim issuer

**`note`** uses the middleware

**Returns:** *Promise‹*[*Asset*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/asset)*\[]›*

***

### getVenues

▸ **getVenues**(): *Promise‹*[*Venue*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/venue)*\[]›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*getVenues*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#getvenues)

*Defined in* [*src/api/entities/Identity/index.ts:403*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L403)

Retrieve all Venues created by this Identity

**`note`** can be subscribed to

**Returns:** *Promise‹*[*Venue*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/venue)*\[]›*

▸ **getVenues**(`callback`: [SubCallback](https://developers.polymath.network/polymesh-sdk-api-reference/globals#subcallback)‹[Venue](https://developers.polymath.network/polymesh-sdk-api-reference/classes/venue)\[]›): *Promise‹*[*UnsubCallback*](https://developers.polymath.network/polymesh-sdk-api-reference/globals#unsubcallback)*›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*getVenues*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#getvenues)

*Defined in* [*src/api/entities/Identity/index.ts:404*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L404)

**Parameters:**

| Name       | Type                                                                                                                                                                                        |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `callback` | [SubCallback](https://developers.polymath.network/polymesh-sdk-api-reference/globals#subcallback)‹[Venue](https://developers.polymath.network/polymesh-sdk-api-reference/classes/venue)\[]› |

**Returns:** *Promise‹*[*UnsubCallback*](https://developers.polymath.network/polymesh-sdk-api-reference/globals#unsubcallback)*›*

***

### hasRole

▸ **hasRole**(`role`: [Role](https://developers.polymath.network/polymesh-sdk-api-reference/globals#role)): *Promise‹boolean›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*hasRole*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#hasrole)

*Defined in* [*src/api/entities/Identity/index.ts:113*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L113)

Check whether this Identity possesses the specified Role

**Parameters:**

| Name   | Type                                                                                |
| ------ | ----------------------------------------------------------------------------------- |
| `role` | [Role](https://developers.polymath.network/polymesh-sdk-api-reference/globals#role) |

**Returns:** *Promise‹boolean›*

***

### hasRoles

▸ **hasRoles**(`roles`: [Role](https://developers.polymath.network/polymesh-sdk-api-reference/globals#role)\[]): *Promise‹boolean›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*hasRoles*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#hasroles)

*Defined in* [*src/api/entities/Identity/index.ts:375*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L375)

Check whether this Identity possesses all specified roles

**`deprecated`** in favor of `checkRoles`

**Parameters:**

| Name    | Type                                                                                   |
| ------- | -------------------------------------------------------------------------------------- |
| `roles` | [Role](https://developers.polymath.network/polymesh-sdk-api-reference/globals#role)\[] |

**Returns:** *Promise‹boolean›*

***

### hasValidCdd

▸ **hasValidCdd**(): *Promise‹boolean›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*hasValidCdd*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#hasvalidcdd)

*Defined in* [*src/api/entities/Identity/index.ts:210*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L210)

Check whether this Identity has a valid CDD claim

**Returns:** *Promise‹boolean›*

***

### isCddProvider

▸ **isCddProvider**(): *Promise‹boolean›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*isCddProvider*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#iscddprovider)

*Defined in* [*src/api/entities/Identity/index.ts:243*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L243)

Check whether this Identity is a CDD provider

**Returns:** *Promise‹boolean›*

***

### isEqual

▸ **isEqual**(`entity`: [Entity](https://developers.polymath.network/polymesh-sdk-api-reference/classes/entity)‹unknown, unknown›): *boolean*

*Inherited from* [*CheckpointSchedule*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/checkpointschedule)*.*[*isEqual*](https://developers.polymath.network/polymesh-sdk-api-reference/checkpointschedule#isequal)

*Defined in* [*src/api/entities/Entity.ts:61*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Entity.ts#L61)

Determine whether this Entity is the same as another one

**Parameters:**

| Name     | Type                                                                                                      |
| -------- | --------------------------------------------------------------------------------------------------------- |
| `entity` | [Entity](https://developers.polymath.network/polymesh-sdk-api-reference/classes/entity)‹unknown, unknown› |

**Returns:** *boolean*

***

### isGcMember

▸ **isGcMember**(): *Promise‹boolean›*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*isGcMember*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#isgcmember)

*Defined in* [*src/api/entities/Identity/index.ts:226*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L226)

Check whether this Identity is Governance Committee member

**Returns:** *Promise‹boolean›*

***

### toJson

▸ **toJson**(): *string*

*Inherited from* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/identity)*.*[*toJson*](https://developers.polymath.network/polymesh-sdk-api-reference/identity#tojson)

*Overrides* [*Entity*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/entity)*.*[*toJson*](https://developers.polymath.network/polymesh-sdk-api-reference/entity#abstract-tojson)

*Defined in* [*src/api/entities/Identity/index.ts:726*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Identity/index.ts#L726)

Return the Identity's DID

**Returns:** *string*

***

### trustedFor

▸ **trustedFor**(): *Promise‹*[*ClaimType*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/enums/claimtype.md)*\[] | null›*

*Defined in* [*src/api/entities/DefaultTrustedClaimIssuer.ts:77*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/DefaultTrustedClaimIssuer.ts#L77)

Retrieve claim types for which this Claim Issuer is trusted. A null value means that the issuer is trusted for all claim types

**Returns:** *Promise‹*[*ClaimType*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/enums/claimtype.md)*\[] | null›*

***

### `Static` generateUuid

▸ **generateUuid**‹**Identifiers**›(`identifiers`: Identifiers): *string*

*Inherited from* [*CheckpointSchedule*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/checkpointschedule)*.*[*generateUuid*](https://developers.polymath.network/polymesh-sdk-api-reference/checkpointschedule#static-generateuuid)

*Defined in* [*src/api/entities/Entity.ts:14*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Entity.ts#L14)

Generate the Entity's UUID from its identifying properties

**Type parameters:**

▪ **Identifiers**

**Parameters:**

| Name          | Type        | Description |
| ------------- | ----------- | ----------- |
| `identifiers` | Identifiers |             |

**Returns:** *string*

***

### `Static` unserialize

▸ **unserialize**‹**Identifiers**›(`serialized`: string): *Identifiers*

*Inherited from* [*CheckpointSchedule*](https://developers.polymath.network/polymesh-sdk-api-reference/classes/checkpointschedule)*.*[*unserialize*](https://developers.polymath.network/polymesh-sdk-api-reference/checkpointschedule#static-unserialize)

*Defined in* [*src/api/entities/Entity.ts:23*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Entity.ts#L23)

Unserialize a UUID into its Unique Identifiers

**Type parameters:**

▪ **Identifiers**

**Parameters:**

| Name         | Type   | Description         |
| ------------ | ------ | ------------------- |
| `serialized` | string | UUID to unserialize |

**Returns:** *Identifiers*
