UNPKG

@gear-js/react-hooks

Version:
11 lines (10 loc) 349 B
declare const DEFAULT_INJECT_TIMEOUT_MS = 200; declare const WALLET_STATUS: { readonly INJECTED: "injected"; readonly CONNECTED: "connected"; }; declare const LOCAL_STORAGE_KEY: { readonly WALLET_IDS: "walletIds"; readonly ACCOUNT_ADDRESS: "accountAddress"; }; export { DEFAULT_INJECT_TIMEOUT_MS, WALLET_STATUS, LOCAL_STORAGE_KEY };