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.
This page has been updated for Wallets SDK V1. If you are using the previous version,
see the previous version docs or the V1 migration guide.
WalletCreateArgs<Defined in: packages/wallets/src/wallets/types.ts:210C> =WalletArgsFor<C> &object
Type Declaration
alias?
optionalalias:string
recovery
recovery:Recovery signer for wallet creation. Device signers cannot be recovery signers.Exclude<SignerConfigForChain<C>,DeviceSignerConfig>
signers?
Signers to register on the wallet during creation.optionalsigners: (SignerConfigForChain<C> |ExternalWalletRegistrationConfig)[]
Type Parameters
| Type Parameter |
|---|
C extends Chain |

