UNPKG

@svelte-on-solana/wallet-adapter-core

Version:

The core of the wallet adapter is a Svelte Store which exposes methods and properties to run the wallet in your application. This allows to share this data among all components in your application.

3 lines (2 loc) 173 B
export declare function getLocalStorage<T>(key: string, defaultValue?: T | null): T | null; export declare function setLocalStorage<T>(key: string, value?: T | null): void;