@rainbow-me/rainbowkit
Version:
The best way to connect a wallet
8 lines (7 loc) • 371 B
TypeScript
import type { CreateConnector, RainbowKitWalletConnectParameters } from './Wallet';
interface GetWalletConnectConnectorParams {
projectId: string;
walletConnectParameters?: RainbowKitWalletConnectParameters;
}
export declare function getWalletConnectConnector({ projectId, walletConnectParameters, }: GetWalletConnectConnectorParams): CreateConnector;
export {};