@kryptogo/kryptogokit-sdk-react
Version:
KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.
8 lines (7 loc) • 373 B
TypeScript
import type { CreateConnector, KryptogoKitWalletConnectParameters } from './Wallet';
interface GetWalletConnectConnectorParams {
projectId: string;
walletConnectParameters?: KryptogoKitWalletConnectParameters;
}
export declare function getWalletConnectConnector({ projectId, walletConnectParameters, }: GetWalletConnectConnectorParams): CreateConnector;
export {};