Variable LOCAL_STORAGE_KEYSConst

LOCAL_STORAGE_KEYS: {
    AUTH_COSMOS_SIGNATURE: string;
    AUTH_SIGNATURE: string;
    AUTH_SOL_SIGNATURE: string;
    KEY_PAIR: string;
    SESSION_KEY: string;
    WALLET_SIGNATURE: string;
    WEB3_PROVIDER: string;
} = ...

Local storage key constants

Type declaration

  • AUTH_COSMOS_SIGNATURE: string
  • AUTH_SIGNATURE: string
  • AUTH_SOL_SIGNATURE: string
  • KEY_PAIR: string
  • SESSION_KEY: string
  • WALLET_SIGNATURE: string
  • WEB3_PROVIDER: string

Generated using TypeDoc