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.

10 lines (9 loc) 389 B
import type { KryptogoKitWalletConnectParameters } from './Wallet'; interface ComputeMetaDataParameters { appName: string; appDescription?: string; appUrl?: string; appIcon?: string; } export declare const computeWalletConnectMetaData: ({ appName, appDescription, appUrl, appIcon, }: ComputeMetaDataParameters) => KryptogoKitWalletConnectParameters["metadata"]; export {};