Documentation
    Preparing search index...

    Type Alias DisconnectionEvent

    DisconnectionEvent: { scope: "dapp" | "wallet"; type: "disconnection" } & ConnectionInfo

    Disconnect event when a user initiates a disconnection.

    Type declaration

    • scope: "dapp" | "wallet"

      Disconnect scope: 'dapp' or 'wallet'.

    • type: "disconnection"

      Event type.