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

# SignerValue

## Hierarchy

* **SignerValue**

## Index

### Properties

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

## Properties

### type

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

*Defined in* [*src/types/index.ts:1177*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L1177)

whether the signer is an Account or Identity

### value

• **value**: *string*

*Defined in* [*src/types/index.ts:1181*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L1181)

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