Function useConnectionStatus

  • Returns "unknown" | "connected" | "disconnected" | "connecting"

    the connection status of the wallet

    It can be one of the following:

    1. unknown - when wallet connection status is not yet known
    2. connecting - when wallet is connecting
    3. connected - when wallet is connected
    4. disconnected - when wallet is disconnected

Generated using TypeDoc