# 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:299*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L299)

### expiry

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

*Defined in* [*src/types/index.ts:298*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L298)

### issuedAt

• **issuedAt**: *Date*

*Defined in* [*src/types/index.ts:297*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L297)

### issuer

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

*Defined in* [*src/types/index.ts:296*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L296)

### target

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

*Defined in* [*src/types/index.ts:295*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L295)
