asynchronously set/update the currently used wallet into the database
for example:
import { putCurrentWalletAsync } from "debeem-wallet";const walletAddress = `0x8B4c0Dc5AA90c322C747c10FDD7cf1759D343573`;const saved : boolean = await putCurrentWalletAsync( walletAddress ); Copy
import { putCurrentWalletAsync } from "debeem-wallet";const walletAddress = `0x8B4c0Dc5AA90c322C747c10FDD7cf1759D343573`;const saved : boolean = await putCurrentWalletAsync( walletAddress );
{string} wallet address
asynchronously set/update the currently used wallet into the database
for example: