# types.SignerValue

[@polymeshassociation/polymesh-sdk](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes) / [Modules](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules) / [types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types) / SignerValue

## Interface: SignerValue

[types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types).SignerValue

### Table of contents

#### Properties

* [type](#type)
* [value](#value)

### Properties

#### type

• **type**: [`SignerType`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.signertype)

whether the signer is an Account or Identity

**Defined in**

[types/index.ts:793](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L793)

***

#### value

• **value**: `string`

address or DID (depending on whether the signer is an Account or Identity)

**Defined in**

[types/index.ts:797](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L797)
