@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.
7 lines (6 loc) • 307 B
TypeScript
import type { KryptogoKitWalletConnectParameters, Wallet } from '../../Wallet';
export interface WalletConnectWalletOptions {
projectId: string;
options?: KryptogoKitWalletConnectParameters;
}
export declare const walletConnectWallet: ({ projectId, options }: WalletConnectWalletOptions) => Wallet;