> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EvmExternalWalletSignerConfig

<Note>
  **This page has been updated for Wallets SDK V1.** If you are using the previous version,
  see the [previous version of this page](/sdk-reference/wallets/v0/typescript/type-aliases/EvmExternalWalletSignerConfig) or the [V1 migration guide](/wallets/guides/migrate-to-v1).
</Note>

> **EvmExternalWalletSignerConfig** = `object`

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

## Properties

### address

> **address**: `string`

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

***

### onSign()

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

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

#### Parameters

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

#### Returns

`Promise`\<`string`>

***

### type

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

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