# api\_entities\_DefaultTrustedClaimIssuer.DefaultTrustedClaimIssuer

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / [api/entities/DefaultTrustedClaimIssuer](/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_defaulttrustedclaimissuer.md) / DefaultTrustedClaimIssuer

## Class: DefaultTrustedClaimIssuer

[api/entities/DefaultTrustedClaimIssuer](/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_defaulttrustedclaimissuer.md).DefaultTrustedClaimIssuer

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

### Hierarchy

* [`Identity`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md)

  ↳ **`DefaultTrustedClaimIssuer`**

### Table of contents

#### Properties

* [asset](#asset)
* [assetPermissions](#assetpermissions)
* [authorizations](#authorizations)
* [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)
* [toHuman](#tohuman)
* [trustedFor](#trustedfor)
* [generateUuid](#generateuuid)
* [unserialize](#unserialize)

### Properties

#### asset

• **asset**: [`Asset`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_asset.asset.md)

Asset for which this Identity is a Default Trusted Claim Issuer

**Defined in**

[api/entities/DefaultTrustedClaimIssuer.ts:36](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/DefaultTrustedClaimIssuer.ts#L36)

***

#### assetPermissions

• **assetPermissions**: [`AssetPermissions`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity_assetpermissions.assetpermissions.md)

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[assetPermissions](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#assetpermissions)

**Defined in**

[api/entities/Identity/index.ts:99](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L99)

***

#### authorizations

• **authorizations**: [`IdentityAuthorizations`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity_identityauthorizations.identityauthorizations.md)

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[authorizations](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#authorizations)

**Defined in**

[api/entities/Identity/index.ts:97](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L97)

***

#### did

• **did**: `string`

Identity ID as stored in the blockchain

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[did](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#did)

**Defined in**

[api/entities/Identity/index.ts:94](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L94)

***

#### portfolios

• **portfolios**: [`Portfolios`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity_portfolios.portfolios.md)

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[portfolios](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#portfolios)

**Defined in**

[api/entities/Identity/index.ts:98](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L98)

***

#### uuid

• **uuid**: `string`

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[uuid](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#uuid)

**Defined in**

[api/entities/Entity.ts:46](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Entity.ts#L46)

### Methods

#### addedAt

▸ **addedAt**(): `Promise`<`null` | [`EventIdentifier`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.eventidentifier.md)>

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`<`null` | [`EventIdentifier`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.eventidentifier.md)>

**Defined in**

[api/entities/DefaultTrustedClaimIssuer.ts:55](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/DefaultTrustedClaimIssuer.ts#L55)

***

#### areSecondaryAccountsFrozen

▸ **areSecondaryAccountsFrozen**(): `Promise`<`boolean`>

Check whether secondary Accounts are frozen

**`note`** can be subscribed to

**Returns**

`Promise`<`boolean`>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[areSecondaryAccountsFrozen](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#aresecondaryaccountsfrozen)

**Defined in**

[api/entities/Identity/index.ts:594](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L594)

▸ **areSecondaryAccountsFrozen**(`callback`): `Promise`<[`UnsubCallback`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#unsubcallback)>

**Parameters**

| Name       | Type                                                                                              |
| ---------- | ------------------------------------------------------------------------------------------------- |
| `callback` | [`SubCallback`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#subcallback)<`boolean`> |

**Returns**

`Promise`<[`UnsubCallback`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#unsubcallback)>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[areSecondaryAccountsFrozen](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#aresecondaryaccountsfrozen)

**Defined in**

[api/entities/Identity/index.ts:595](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L595)

***

#### checkRoles

▸ **checkRoles**(`roles`): `Promise`<[`CheckRolesResult`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.checkrolesresult.md)>

Check whether this Identity possesses all specified roles

**Parameters**

| Name    | Type                                                                        |
| ------- | --------------------------------------------------------------------------- |
| `roles` | [`Role`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#role)\[] |

**Returns**

`Promise`<[`CheckRolesResult`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.checkrolesresult.md)>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[checkRoles](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#checkroles)

**Defined in**

[api/entities/Identity/index.ts:362](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L362)

***

#### exists

▸ **exists**(): `Promise`<`boolean`>

Determine whether this Identity exists on chain

**`note`** asset Identities aren't considered to exist for the

**Returns**

`Promise`<`boolean`>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[exists](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#exists)

**Defined in**

[api/entities/Identity/index.ts:751](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L751)

***

#### getAssetBalance

▸ **getAssetBalance**(`args`): `Promise`<`BigNumber`>

Retrieve the balance of a particular Asset

**`note`** can be subscribed to

**Parameters**

| Name          | Type     |
| ------------- | -------- |
| `args`        | `Object` |
| `args.ticker` | `string` |

**Returns**

`Promise`<`BigNumber`>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[getAssetBalance](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#getassetbalance)

**Defined in**

[api/entities/Identity/index.ts:166](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L166)

▸ **getAssetBalance**(`args`, `callback`): `Promise`<[`UnsubCallback`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#unsubcallback)>

**Parameters**

| Name          | Type                                                                                                |
| ------------- | --------------------------------------------------------------------------------------------------- |
| `args`        | `Object`                                                                                            |
| `args.ticker` | `string`                                                                                            |
| `callback`    | [`SubCallback`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#subcallback)<`BigNumber`> |

**Returns**

`Promise`<[`UnsubCallback`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#unsubcallback)>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[getAssetBalance](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#getassetbalance)

**Defined in**

[api/entities/Identity/index.ts:167](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L167)

***

#### getHeldAssets

▸ **getHeldAssets**(`opts?`): `Promise`<[`ResultSet`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.resultset.md)<[`Asset`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_asset.asset.md)>>

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

**`note`** uses the middleware

**`note`** supports pagination

**Parameters**

| Name          | Type        |
| ------------- | ----------- |
| `opts`        | `Object`    |
| `opts.order?` | `Order`     |
| `opts.size?`  | `BigNumber` |
| `opts.start?` | `BigNumber` |

**Returns**

`Promise`<[`ResultSet`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.resultset.md)<[`Asset`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_asset.asset.md)>>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[getHeldAssets](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#getheldassets)

**Defined in**

[api/entities/Identity/index.ts:320](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L320)

***

#### getInstructions

▸ **getInstructions**(): `Promise`<[`GroupedInstructions`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.groupedinstructions.md)>

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

**Returns**

`Promise`<[`GroupedInstructions`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.groupedinstructions.md)>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[getInstructions](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#getinstructions)

**Defined in**

[api/entities/Identity/index.ts:472](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L472)

***

#### getPendingDistributions

▸ **getPendingDistributions**(): `Promise`<[`DistributionWithDetails`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.distributionwithdetails.md)\[]>

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`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.distributionwithdetails.md)\[]>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[getPendingDistributions](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#getpendingdistributions)

**Defined in**

[api/entities/Identity/index.ts:631](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L631)

***

#### getPendingInstructions

▸ **getPendingInstructions**(): `Promise`<[`Instruction`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_instruction.instruction.md)\[]>

Retrieve all pending Instructions involving this Identity

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

**Returns**

`Promise`<[`Instruction`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_instruction.instruction.md)\[]>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[getPendingInstructions](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#getpendinginstructions)

**Defined in**

[api/entities/Identity/index.ts:541](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L541)

***

#### getPrimaryAccount

▸ **getPrimaryAccount**(): `Promise`<[`PermissionedAccount`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.permissionedaccount.md)>

Retrieve the primary Account associated with the Identity

**`note`** can be subscribed to

**Returns**

`Promise`<[`PermissionedAccount`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.permissionedaccount.md)>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[getPrimaryAccount](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#getprimaryaccount)

**Defined in**

[api/entities/Identity/index.ts:267](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L267)

▸ **getPrimaryAccount**(`callback`): `Promise`<[`UnsubCallback`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#unsubcallback)>

**Parameters**

| Name       | Type                                                                                                                                                                                            |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `callback` | [`SubCallback`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#subcallback)<[`PermissionedAccount`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.permissionedaccount.md)> |

**Returns**

`Promise`<[`UnsubCallback`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#unsubcallback)>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[getPrimaryAccount](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#getprimaryaccount)

**Defined in**

[api/entities/Identity/index.ts:268](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L268)

***

#### getScopeId

▸ **getScopeId**(`args`): `Promise`<`null` | `string`>

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**

| Name         | Type                                                                                              |
| ------------ | ------------------------------------------------------------------------------------------------- |
| `args`       | `Object`                                                                                          |
| `args.asset` | `string` \| [`Asset`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_asset.asset.md) |

**Returns**

`Promise`<`null` | `string`>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[getScopeId](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#getscopeid)

**Defined in**

[api/entities/Identity/index.ts:450](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L450)

***

#### getSecondaryAccounts

▸ **getSecondaryAccounts**(): `Promise`<[`PermissionedAccount`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.permissionedaccount.md)\[]>

Get the list of secondary Accounts related to the Identity

**`note`** can be subscribed to

**`note`** This method currently lacks pagination and may be slow for identities with many thousands of keys

**Returns**

`Promise`<[`PermissionedAccount`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.permissionedaccount.md)\[]>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[getSecondaryAccounts](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#getsecondaryaccounts)

**Defined in**

[api/entities/Identity/index.ts:686](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L686)

▸ **getSecondaryAccounts**(`callback`): `Promise`<[`UnsubCallback`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#unsubcallback)>

**Parameters**

| Name       | Type                                                                                                                                                                                               |
| ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `callback` | [`SubCallback`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#subcallback)<[`PermissionedAccount`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.permissionedaccount.md)\[]> |

**Returns**

`Promise`<[`UnsubCallback`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#unsubcallback)>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[getSecondaryAccounts](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#getsecondaryaccounts)

**Defined in**

[api/entities/Identity/index.ts:687](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L687)

***

#### getTrustingAssets

▸ **getTrustingAssets**(): `Promise`<[`Asset`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_asset.asset.md)\[]>

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

**`note`** uses the middleware

**Returns**

`Promise`<[`Asset`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_asset.asset.md)\[]>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[getTrustingAssets](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#gettrustingassets)

**Defined in**

[api/entities/Identity/index.ts:397](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L397)

***

#### getVenues

▸ **getVenues**(): `Promise`<[`Venue`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_venue.venue.md)\[]>

Retrieve all Venues created by this Identity

**`note`** can be subscribed to

**Returns**

`Promise`<[`Venue`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_venue.venue.md)\[]>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[getVenues](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#getvenues)

**Defined in**

[api/entities/Identity/index.ts:414](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L414)

▸ **getVenues**(`callback`): `Promise`<[`UnsubCallback`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#unsubcallback)>

**Parameters**

| Name       | Type                                                                                                                                                                             |
| ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `callback` | [`SubCallback`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#subcallback)<[`Venue`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_venue.venue.md)\[]> |

**Returns**

`Promise`<[`UnsubCallback`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#unsubcallback)>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[getVenues](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#getvenues)

**Defined in**

[api/entities/Identity/index.ts:415](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L415)

***

#### hasRole

▸ **hasRole**(`role`): `Promise`<`boolean`>

Check whether this Identity possesses the specified Role

**Parameters**

| Name   | Type                                                                     |
| ------ | ------------------------------------------------------------------------ |
| `role` | [`Role`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#role) |

**Returns**

`Promise`<`boolean`>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[hasRole](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#hasrole)

**Defined in**

[api/entities/Identity/index.ts:118](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L118)

***

#### hasRoles

▸ **hasRoles**(`roles`): `Promise`<`boolean`>

Check whether this Identity possesses all specified roles

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

**Parameters**

| Name    | Type                                                                        |
| ------- | --------------------------------------------------------------------------- |
| `roles` | [`Role`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#role)\[] |

**Returns**

`Promise`<`boolean`>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[hasRoles](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#hasroles)

**Defined in**

[api/entities/Identity/index.ts:386](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L386)

***

#### hasValidCdd

▸ **hasValidCdd**(): `Promise`<`boolean`>

Check whether this Identity has a valid CDD claim

**Returns**

`Promise`<`boolean`>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[hasValidCdd](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#hasvalidcdd)

**Defined in**

[api/entities/Identity/index.ts:215](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L215)

***

#### isCddProvider

▸ **isCddProvider**(): `Promise`<`boolean`>

Check whether this Identity is a CDD provider

**Returns**

`Promise`<`boolean`>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[isCddProvider](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#iscddprovider)

**Defined in**

[api/entities/Identity/index.ts:248](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L248)

***

#### isEqual

▸ **isEqual**(`entity`): `boolean`

Determine whether this Entity is the same as another one

**Parameters**

| Name     | Type                                                                                                           |
| -------- | -------------------------------------------------------------------------------------------------------------- |
| `entity` | [`Entity`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_entity.entity.md)<`unknown`, `unknown`> |

**Returns**

`boolean`

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[isEqual](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#isequal)

**Defined in**

[api/entities/Entity.ts:61](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Entity.ts#L61)

***

#### isGcMember

▸ **isGcMember**(): `Promise`<`boolean`>

Check whether this Identity is Governance Committee member

**Returns**

`Promise`<`boolean`>

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[isGcMember](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#isgcmember)

**Defined in**

[api/entities/Identity/index.ts:231](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L231)

***

#### toHuman

▸ **toHuman**(): `string`

Return the Identity's DID

**Returns**

`string`

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[toHuman](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#tohuman)

**Defined in**

[api/entities/Identity/index.ts:774](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Identity/index.ts#L774)

***

#### trustedFor

▸ **trustedFor**(): `Promise`<`null` | [`ClaimType`](/polymesh-sdk-api-reference/docs-alpha/enums/types.claimtype.md)\[]>

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`<`null` | [`ClaimType`](/polymesh-sdk-api-reference/docs-alpha/enums/types.claimtype.md)\[]>

**Defined in**

[api/entities/DefaultTrustedClaimIssuer.ts:77](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/DefaultTrustedClaimIssuer.ts#L77)

***

#### generateUuid

▸ `Static` **generateUuid**<`Identifiers`>(`identifiers`): `string`

Generate the Entity's UUID from its identifying properties

**Type parameters**

| Name          |
| ------------- |
| `Identifiers` |

**Parameters**

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

**Returns**

`string`

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[generateUuid](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#generateuuid)

**Defined in**

[api/entities/Entity.ts:14](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Entity.ts#L14)

***

#### unserialize

▸ `Static` **unserialize**<`Identifiers`>(`serialized`): `Identifiers`

Unserialize a UUID into its Unique Identifiers

**Type parameters**

| Name          |
| ------------- |
| `Identifiers` |

**Parameters**

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

**Returns**

`Identifiers`

**Inherited from**

[Identity](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md).[unserialize](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md#unserialize)

**Defined in**

[api/entities/Entity.ts:23](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Entity.ts#L23)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_defaulttrustedclaimissuer.defaulttrustedclaimissuer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
