Skip to main content
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<C> = object
Defined in: packages/wallets/src/wallets/types.ts:224

Type Parameters

Properties

alias?

optional alias: string
Defined in: packages/wallets/src/wallets/types.ts:233 Optional wallet alias.

chain

chain: C
Defined in: packages/wallets/src/wallets/types.ts:226 The blockchain to create the wallet on (e.g. “base-sepolia”).

options?

optional options: WalletOptions
Defined in: packages/wallets/src/wallets/types.ts:231

owner?

optional owner: string
Defined in: packages/wallets/src/wallets/types.ts:228 Optional owner identifier.

plugins?

optional plugins: WalletPlugin<C>[]
Defined in: packages/wallets/src/wallets/types.ts:230 Optional array of wallet plugins.