# DefaultTrustedClaimIssuer

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

## Hierarchy

* [Entity](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/classes/entity)‹UniqueIdentifiers›

  ↳ **DefaultTrustedClaimIssuer**

## Index

### Properties

* [context](#protected-context)
* [identity](#identity)
* [ticker](#ticker)
* [trustedFor](#optional-trustedfor)
* [uuid](#uuid)

### Methods

* [addedAt](#addedat)
* [generateUuid](#static-generateuuid)
* [unserialize](#static-unserialize)

## Properties

### `Protected` context

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

*Inherited from* [*Entity*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/classes/entity)*.*[*context*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/entity#protected-context)

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

### identity

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

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

identity of the Trusted Claim Issuer

### ticker

• **ticker**: *string*

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

ticker of the Security Token

### `Optional` trustedFor

• **trustedFor**? : [*ClaimType*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/enums/claimtype)*\[]*

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

claim types for which this Claim Issuer is trusted. An undefined value means that the issuer is trusted for all claim types

### uuid

• **uuid**: *string*

*Inherited from* [*Entity*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/classes/entity)*.*[*uuid*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/entity#uuid)

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

## Methods

### addedAt

▸ **addedAt**(): *Promise‹*[*EventIdentifier*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/interfaces/eventidentifier) *| null›*

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

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://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/interfaces/eventidentifier) *| null›*

### `Static` generateUuid

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

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

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

Generate the Entity's UUID from its identifying properties

**Type parameters:**

▪ **Identifiers**: *object*

**Parameters:**

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

**Returns:** *string*

### `Static` unserialize

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

*Inherited from* [*Entity*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/classes/entity)*.*[*unserialize*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/entity#static-unserialize)

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

Unserialize a UUID into its Unique Identifiers

**Type parameters:**

▪ **Identifiers**: *object*

**Parameters:**

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

**Returns:** *Identifiers*
