> ## Documentation Index
> Fetch the complete documentation index at: https://crossmint-devin-1787949784-wallet-docs-two-concept-model.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# StellarExternalWalletSignerConfig

> **StellarExternalWalletSignerConfig** = `object`

Defined in: packages/common/base/dist/types/signers.d.ts:18

## Properties

### address

> **address**: `string`

Defined in: packages/common/base/dist/types/signers.d.ts:20

***

### onSign()

> **onSign**: (`payload`) => `Promise`\<`string`>

Defined in: packages/common/base/dist/types/signers.d.ts:21

#### Parameters

| Parameter | Type     |
| --------- | -------- |
| `payload` | `string` |

#### Returns

`Promise`\<`string`>

***

### type

> **type**: `"external-wallet"`

Defined in: packages/common/base/dist/types/signers.d.ts:19
