> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/classes/trustedclaimissuers.md).

# TrustedClaimIssuers

Handles all Asset Default Trusted Claim Issuers related functionality

## Hierarchy

* Namespace‹[Asset](/polymesh-sdk-api-reference/classes/asset.md)›

  ↳ **TrustedClaimIssuers**

## Index

### Properties

* [context](#protected-context)
* [parent](#protected-parent)

### Methods

* [add](#add)
* [get](#get)
* [remove](#remove)
* [set](#set)

## Properties

### `Protected` context

• **context**: *Context*

*Inherited from void*

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

***

### `Protected` parent

• **parent**: [*Asset*](/polymesh-sdk-api-reference/classes/asset.md)

*Inherited from void*

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

## Methods

### add

▸ **add**(`args`: [ModifyAssetTrustedClaimIssuersAddSetParams](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/modifyassettrustedclaimissuersaddsetparams.md), `opts?`: [ProcedureOpts](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/procedureopts.md)): *Promise‹*[*TransactionQueue*](/polymesh-sdk-api-reference/classes/transactionqueue.md)*‹*[*Asset*](/polymesh-sdk-api-reference/classes/asset.md)*››*

*Defined in* [*src/api/entities/Asset/Compliance/TrustedClaimIssuers.ts:91*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Asset/Compliance/TrustedClaimIssuers.ts#L91)

Add the supplied Identities to the Asset's list of trusted claim issuers

**`note`** this method is of type [ProcedureMethod](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/proceduremethod.md), which means you can call [add.checkAuthorization](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/proceduremethod.md#checkauthorization) on it to see whether the signing Account and Identity have the required roles and permissions to run it

**Parameters:**

| Name    | Type                                                                                                                                                                          |
| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `args`  | [ModifyAssetTrustedClaimIssuersAddSetParams](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/modifyassettrustedclaimissuersaddsetparams.md) |
| `opts?` | [ProcedureOpts](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/procedureopts.md)                                                           |

**Returns:** *Promise‹*[*TransactionQueue*](/polymesh-sdk-api-reference/classes/transactionqueue.md)*‹*[*Asset*](/polymesh-sdk-api-reference/classes/asset.md)*››*

***

### get

▸ **get**(): *Promise‹*[*TrustedClaimIssuer*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/trustedclaimissuer.md)*‹true›\[]›*

*Defined in* [*src/api/entities/Asset/Compliance/TrustedClaimIssuers.ts:110*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Asset/Compliance/TrustedClaimIssuers.ts#L110)

Retrieve the current Default Trusted Claim Issuers of the Asset

**`note`** can be subscribed to

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

▸ **get**(`callback`: [SubCallback](/polymesh-sdk-api-reference/globals.md#subcallback)‹[TrustedClaimIssuer](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/trustedclaimissuer.md)‹true›\[]›): *Promise‹*[*UnsubCallback*](/polymesh-sdk-api-reference/globals.md#unsubcallback)*›*

*Defined in* [*src/api/entities/Asset/Compliance/TrustedClaimIssuers.ts:111*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Asset/Compliance/TrustedClaimIssuers.ts#L111)

**Parameters:**

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

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

***

### remove

▸ **remove**(`args`: [ModifyAssetTrustedClaimIssuersRemoveParams](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/modifyassettrustedclaimissuersremoveparams.md), `opts?`: [ProcedureOpts](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/procedureopts.md)): *Promise‹*[*TransactionQueue*](/polymesh-sdk-api-reference/classes/transactionqueue.md)*‹*[*Asset*](/polymesh-sdk-api-reference/classes/asset.md)*››*

*Defined in* [*src/api/entities/Asset/Compliance/TrustedClaimIssuers.ts:101*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Asset/Compliance/TrustedClaimIssuers.ts#L101)

Remove the supplied Identities from the Asset's list of trusted claim issuers \*

**`note`** this method is of type [ProcedureMethod](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/proceduremethod.md), which means you can call [remove.checkAuthorization](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/proceduremethod.md#checkauthorization) on it to see whether the signing Account and Identity have the required roles and permissions to run it

**Parameters:**

| Name    | Type                                                                                                                                                                          |
| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `args`  | [ModifyAssetTrustedClaimIssuersRemoveParams](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/modifyassettrustedclaimissuersremoveparams.md) |
| `opts?` | [ProcedureOpts](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/procedureopts.md)                                                           |

**Returns:** *Promise‹*[*TransactionQueue*](/polymesh-sdk-api-reference/classes/transactionqueue.md)*‹*[*Asset*](/polymesh-sdk-api-reference/classes/asset.md)*››*

***

### set

▸ **set**(`args`: [ModifyAssetTrustedClaimIssuersAddSetParams](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/modifyassettrustedclaimissuersaddsetparams.md), `opts?`: [ProcedureOpts](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/procedureopts.md)): *Promise‹*[*TransactionQueue*](/polymesh-sdk-api-reference/classes/transactionqueue.md)*‹*[*Asset*](/polymesh-sdk-api-reference/classes/asset.md)*››*

*Defined in* [*src/api/entities/Asset/Compliance/TrustedClaimIssuers.ts:81*](https://github.com/PolymeshAssociation/polymesh-sdk/blob/46845947/src/api/entities/Asset/Compliance/TrustedClaimIssuers.ts#L81)

Assign a new default list of trusted claim issuers to the Asset by replacing the existing ones with the list passed as a parameter

This requires two transactions

**`note`** this method is of type [ProcedureMethod](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/proceduremethod.md), which means you can call [set.checkAuthorization](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/proceduremethod.md#checkauthorization) on it to see whether the signing Account and Identity have the required roles and permissions to run it

**Parameters:**

| Name    | Type                                                                                                                                                                          |
| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `args`  | [ModifyAssetTrustedClaimIssuersAddSetParams](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/modifyassettrustedclaimissuersaddsetparams.md) |
| `opts?` | [ProcedureOpts](https://github.com/PolymeshAssociation/polymesh-sdk/blob/docs/v14/docs/interfaces/procedureopts.md)                                                           |

**Returns:** *Promise‹*[*TransactionQueue*](/polymesh-sdk-api-reference/classes/transactionqueue.md)*‹*[*Asset*](/polymesh-sdk-api-reference/classes/asset.md)*››*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/classes/trustedclaimissuers.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.
