Appearance
Documentation / wagmi / SetActiveWalletForWagmiType
Type alias: SetActiveWalletForWagmiType
SetActiveWalletForWagmiType: (
{ wallets, user, }
) =>OAuthProviderType
|undefined
Parameters
• { wallets, user, }: Object
• { wallets, user, }.user: OAuthProviderType
| null
• { wallets, user, }.wallets: OAuthProviderType
[]
Returns
OAuthProviderType
| undefined