Package: react-wallet-kit

Overview

Logs out the current client session.
  • This function clears the specified session and removes any associated key pairs from storage.
  • If a sessionKey is provided, it logs out from that session; otherwise, it logs out from the active session.
  • Cleans up any api keys associated with the session.

Parameters

params
object

Response

A successful response returns the following fields:
returns
void
required
A promise that resolves when the logout process is complete.