> ## 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.

# WalletCreateArgs

> **WalletCreateArgs**\<`C`> = [`WalletArgsFor`](./WalletArgsFor)\<`C`> & `object`

Defined in: [packages/wallets/src/wallets/types.ts:236](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/wallets/src/wallets/types.ts#L236)

## Type Declaration

### alias?

> `optional` **alias**: `string`

### recovery

> **recovery**: `Exclude`\<[`SignerConfigForChain`](./SignerConfigForChain)\<`C`>, [`DeviceSignerConfig`](./DeviceSignerConfig)>

Recovery signer for wallet creation. Device signers cannot be recovery signers.

### signers?

> `optional` **signers**: ([`SignerConfigForChain`](./SignerConfigForChain)\<`C`> | [`ExternalWalletRegistrationConfig`](./ExternalWalletRegistrationConfig))\[]

Signers to register on the wallet during creation.

## Type Parameters

| Type Parameter                   |
| -------------------------------- |
| `C` *extends* [`Chain`](./Chain) |
