@rainbow-me/rainbowkit
Version:
The best way to connect a wallet
8 lines (7 loc) • 301 B
TypeScript
import type { Wallet } from '../../Wallet';
import { type ReadyWalletOptions } from '../readyWallet/readyWallet';
export type ArgentWalletOptions = ReadyWalletOptions;
/**
* @deprecated Use {@link readyWallet} instead.
*/
export declare const argentWallet: (options: ArgentWalletOptions) => Wallet;