A storage interface for persisting mobile wallet connection data.
Supports both synchronous and asynchronous implementations.
Defaults to localStorage in browser environments.
Implement this interface to provide custom storage
(e.g. sessionStorage, React Native AsyncStorage, IndexedDB, etc.)
A storage interface for persisting mobile wallet connection data. Supports both synchronous and asynchronous implementations. Defaults to
localStoragein browser environments.Implement this interface to provide custom storage (e.g. sessionStorage, React Native AsyncStorage, IndexedDB, etc.)