# 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: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*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v6/classes/identity)

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

### target

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

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