@rainbow-me/rainbowkit
Version:
The best way to connect a wallet
7 lines (6 loc) • 306 B
TypeScript
import type { RainbowKitWalletConnectParameters, Wallet } from '../../Wallet';
export interface WalletConnectWalletOptions {
projectId: string;
options?: RainbowKitWalletConnectParameters;
}
export declare const walletConnectWallet: ({ projectId, options, }: WalletConnectWalletOptions) => Wallet;