# TrustedClaimIssuers

Handles all Security Token Default Trusted Claim Issuers related functionality

## Hierarchy

* Namespace‹[SecurityToken](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/classes/securitytoken)›

  ↳ **TrustedClaimIssuers**

## Index

### Properties

* [add](#add)
* [context](#protected-context)
* [parent](#protected-parent)
* [remove](#remove)
* [set](#set)

### Methods

* [get](#get)

## Properties

### add

• **add**: *ProcedureMethod‹*[*ModifyTokenTrustedClaimIssuersAddSetParams*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/interfaces/modifytokentrustedclaimissuersaddsetparams)*,* [*SecurityToken*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/classes/securitytoken)*›*

*Defined in* [*src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts:85*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts#L85)

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

**`param`** array of [Trusted Claim Issuers](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/interfaces/trustedclaimissuer)

**`note`** required role:

* Security Token Owner

### `Protected` context

• **context**: [*Context*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/classes/context)

*Inherited from void*

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

### `Protected` parent

• **parent**: [*SecurityToken*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/classes/securitytoken)

*Inherited from void*

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

### remove

• **remove**: *ProcedureMethod‹*[*ModifyTokenTrustedClaimIssuersRemoveParams*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/interfaces/modifytokentrustedclaimissuersremoveparams)*,* [*SecurityToken*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/classes/securitytoken)*›*

*Defined in* [*src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts:95*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts#L95)

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

**`param`** array of Identities (or DIDs) of the default claim issuers

**`note`** required role:

* Security Token Owner

### set

• **set**: *ProcedureMethod‹*[*ModifyTokenTrustedClaimIssuersAddSetParams*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/interfaces/modifytokentrustedclaimissuersaddsetparams)*,* [*SecurityToken*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/classes/securitytoken)*›*

*Defined in* [*src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts:75*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts#L75)

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

This requires two transactions

**`param`** array of Identity IDs of the default Trusted Claim Issuers

**`note`** required role:

* Security Token Owner

## Methods

### get

▸ **get**(): *Promise‹*[*DefaultTrustedClaimIssuer*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/classes/defaulttrustedclaimissuer)*\[]›*

*Defined in* [*src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts:102*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts#L102)

Retrieve the current default trusted claim issuers of the Security Token

**`note`** can be subscribed to

**Returns:** *Promise‹*[*DefaultTrustedClaimIssuer*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/classes/defaulttrustedclaimissuer)*\[]›*

▸ **get**(`callback`: [SubCallback](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/globals#subcallback)‹[DefaultTrustedClaimIssuer](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/classes/defaulttrustedclaimissuer)\[]›): *Promise‹*[*UnsubCallback*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/globals#unsubcallback)*›*

*Defined in* [*src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts:103*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts#L103)

**Parameters:**

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

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