Skip to main content

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<C> = WalletArgsFor<C> & object
Defined in: packages/wallets/src/wallets/types.ts:210

Type Declaration

alias?

optional alias: string

recovery

recovery: Exclude<SignerConfigForChain<C>, DeviceSignerConfig>
Recovery signer for wallet creation. Device signers cannot be recovery signers.

signers?

optional signers: (SignerConfigForChain<C> | ExternalWalletRegistrationConfig)[]
Signers to register on the wallet during creation.

Type Parameters

Type Parameter
C extends Chain