UNPKG

@gemini-wallet/core

Version:

Core SDK for Gemini Wallet integration with popup communication

10 lines (9 loc) 245 B
export { GeminiStorage, STORAGE_ETH_ACCOUNTS_KEY, STORAGE_ETH_ACTIVE_CHAIN_KEY, STORAGE_PASSKEY_CREDENTIAL_KEY, STORAGE_SETTINGS_KEY, STORAGE_SMART_ACCOUNT_KEY, } from "./storage"; export { type IStorage } from "./storageInterface";