debeem-wallet
  • asynchronously obtain the currently used wallet from the database

    for example:

    import { getCurrentWalletAsync } from "debeem-wallet";

    const walletAddress = await getCurrentWalletAsync();

    Returns Promise<string | undefined>