Summary

A class to handle local storage

Since

0.2.0

Constructors

Methods

  • Parameters

    • key: "address" | "pairingToken" | "sessionId" | "connectUrl" | "connectUrlBrowser" | "shortToken" | "clientId" | "chainId"

      Provider storage key

    Returns string

    The value of the storage by the key

    Summary

    Gets the value of the storage by the key

  • Parameters

    • key: "address" | "pairingToken" | "sessionId" | "connectUrl" | "connectUrlBrowser" | "shortToken" | "clientId" | "chainId"

      Provider storage key

    • value: string

      The value to set

    Returns string

    Summary

    Sets the value of the storage by the key