> 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/docs-v10/interfaces/claimdata.md).

# ClaimData

## Type parameters

▪ **ClaimType**

## Hierarchy

* **ClaimData**

## Index

### Properties

* [claim](#claim)
* [expiry](#expiry)
* [issuedAt](#issuedat)
* [issuer](#issuer)
* [target](#target)

## Properties

### claim

• **claim**: *ClaimType*

*Defined in* [*src/types/index.ts:329*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L329)

### expiry

• **expiry**: *Date | null*

*Defined in* [*src/types/index.ts:328*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L328)

### issuedAt

• **issuedAt**: *Date*

*Defined in* [*src/types/index.ts:327*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L327)

### issuer

• **issuer**: [*Identity*](/polymesh-sdk-api-reference/docs-v10/classes/identity.md)

*Defined in* [*src/types/index.ts:326*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L326)

### target

• **target**: [*Identity*](/polymesh-sdk-api-reference/docs-v10/classes/identity.md)

*Defined in* [*src/types/index.ts:325*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L325)
