@gemini-wallet/core
Version:
Core SDK for Gemini Wallet integration with popup communication
13 lines (12 loc) • 371 B
text/typescript
export { GeminiStorage, type GeminiStorageConfig } from "./storage";
export {
type IStorage,
STORAGE_CALL_BATCHES_KEY,
STORAGE_ETH_ACCOUNTS_KEY,
STORAGE_ETH_ACTIVE_CHAIN_KEY,
STORAGE_PASSKEY_CREDENTIAL_KEY,
STORAGE_PRESERVED_PASSKEY_CREDENTIALS_KEY,
STORAGE_SETTINGS_KEY,
STORAGE_SMART_ACCOUNT_KEY,
STORAGE_WC_REQUESTS_KEY,
} from "./storageInterface";