This page has been updated for Wallets SDK V1. If you are using the previous version,
see the previous version of this page or the V1 migration guide.
WalletArgsFor<Defined in: packages/wallets/src/wallets/types.ts:198C> =object
Type Parameters
| Type Parameter |
|---|
C extends Chain |
Properties
alias?
Defined in: packages/wallets/src/wallets/types.ts:207 Optional wallet alias.optionalalias:string
chain
chain: C
Defined in: packages/wallets/src/wallets/types.ts:200
The blockchain to create the wallet on (e.g. “base-sepolia”).
options?
Defined in: packages/wallets/src/wallets/types.ts:205optionaloptions:WalletOptions
owner?
Defined in: packages/wallets/src/wallets/types.ts:202 Optional owner identifier.optionalowner:string
plugins?
Defined in: packages/wallets/src/wallets/types.ts:204 Optional array of wallet plugins.optionalplugins:WalletPlugin<C>[]

