asynchronously obtain the currently used wallet from the database
for example:
import { getCurrentWalletAsync } from "debeem-wallet";const walletAddress = await getCurrentWalletAsync(); Copy
import { getCurrentWalletAsync } from "debeem-wallet";const walletAddress = await getCurrentWalletAsync();
asynchronously obtain the currently used wallet from the database
for example: