# TrustedClaimIssuers

Handles all Security Token Default Trusted Claim Issuers related functionality

## Hierarchy

* Namespace‹[SecurityToken](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v5/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-v5/interfaces/modifytokentrustedclaimissuersaddsetparams)*,* [*SecurityToken*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v5/classes/securitytoken)*›*

*Defined in* [*src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts:91*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts#L91)

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-v5/interfaces/trustedclaimissuer)

**`note`** required role:

* Security Token Owner

### `Protected` context

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

*Inherited from void*

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

### `Protected` parent

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

*Inherited from void*

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

### remove

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

*Defined in* [*src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts:101*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts#L101)

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-v5/interfaces/modifytokentrustedclaimissuersaddsetparams)*,* [*SecurityToken*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v5/classes/securitytoken)*›*

*Defined in* [*src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts:81*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts#L81)

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-v5/classes/defaulttrustedclaimissuer)*\[]›*

*Defined in* [*src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts:108*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts#L108)

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-v5/classes/defaulttrustedclaimissuer)*\[]›*

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

*Defined in* [*src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts:109*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/api/entities/SecurityToken/Compliance/TrustedClaimIssuers.ts#L109)

**Parameters:**

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

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