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.

4 lines (3 loc) 221 B
import type { DefaultWalletOptions, Wallet } from '../../Wallet'; export type FoxWalletOptions = DefaultWalletOptions; export declare const foxWallet: ({ projectId, walletConnectParameters }: FoxWalletOptions) => Wallet;