UNPKG

@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.

5 lines (4 loc) 271 B
import type { Wallet } from '../../Wallet'; import type { DefaultWalletOptions } from './../../Wallet'; export type UniswapWalletOptions = DefaultWalletOptions; export declare const uniswapWallet: ({ projectId, walletConnectParameters }: UniswapWalletOptions) => Wallet;