@gear-js/react-hooks
Version:
React hooks used across Gear applications
11 lines (10 loc) • 349 B
TypeScript
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 };