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.

3 lines (2 loc) 158 B
export type ConnectionStatus = 'disconnected' | 'loading' | 'unauthenticated' | 'connected'; export declare function useConnectionStatus(): ConnectionStatus;