debeem-wallet
  • 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 );

    Parameters

    • wallet: string

      {string} wallet address

    Returns Promise<boolean>