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

# ClaimData

## Type parameters

▪ **ClaimType**

## Hierarchy

* **ClaimData**

## Index

### Properties

* [claim](/polymesh-sdk-api-reference/docs-v6/interfaces/claimdata.md#claim)
* [expiry](/polymesh-sdk-api-reference/docs-v6/interfaces/claimdata.md#expiry)
* [issuedAt](/polymesh-sdk-api-reference/docs-v6/interfaces/claimdata.md#issuedat)
* [issuer](/polymesh-sdk-api-reference/docs-v6/interfaces/claimdata.md#issuer)
* [target](/polymesh-sdk-api-reference/docs-v6/interfaces/claimdata.md#target)

## Properties

### claim

• **claim**: *ClaimType*

*Defined in* [*src/types/index.ts:341*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L341)

### expiry

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

*Defined in* [*src/types/index.ts:340*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L340)

### issuedAt

• **issuedAt**: *Date*

*Defined in* [*src/types/index.ts:339*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L339)

### issuer

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

*Defined in* [*src/types/index.ts:338*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L338)

### target

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

*Defined in* [*src/types/index.ts:337*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L337)
