useSetConnectedWallet
Returns
a method to set a connected wallet instance
type ReturnType = (
wallet: WalletInstance,
params?: ConnectParams<Record<string, any>>,
) => Promise<void>;
a method to set a connected wallet instance
type ReturnType = (
wallet: WalletInstance,
params?: ConnectParams<Record<string, any>>,
) => Promise<void>;