Skip to main content
You are viewing docs for the previous version of the Wallets SDK. We recommend upgrading to V1. See the updated version of this page or the V1 migration guide.
WalletArgsFor<C> = object
Defined in: packages/wallets/src/wallets/types.ts:127

Type Parameters

Type Parameter
C extends Chain

Properties

alias?

optional alias: string
Defined in: packages/wallets/src/wallets/types.ts:134

chain

chain: C
Defined in: packages/wallets/src/wallets/types.ts:128

delegatedSigners?

optional delegatedSigners: DelegatedSigner[]
Defined in: packages/wallets/src/wallets/types.ts:133

options?

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

owner?

optional owner: string
Defined in: packages/wallets/src/wallets/types.ts:130

plugins?

optional plugins: WalletPlugin<C>[]
Defined in: packages/wallets/src/wallets/types.ts:131

signer

signer: SignerConfigForChain<C>
Defined in: packages/wallets/src/wallets/types.ts:129