> 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-v9/interfaces/signervalue.md).

# SignerValue

## Hierarchy

* **SignerValue**

## Index

### Properties

* [type](/polymesh-sdk-api-reference/docs-v9/interfaces/signervalue.md#type)
* [value](/polymesh-sdk-api-reference/docs-v9/interfaces/signervalue.md#value)

## Properties

### type

• **type**: [*SignerType*](/polymesh-sdk-api-reference/docs-v9/enums/signertype.md)

*Defined in* [*src/types/index.ts:1083*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L1083)

whether the signer is an Account or Identity

### value

• **value**: *string*

*Defined in* [*src/types/index.ts:1087*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L1087)

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