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.

4 lines (3 loc) 89 B
export * from './errors'; export * from './localStorage'; export * from './walletStore';