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.

6 lines (4 loc) 157 B
import { WalletError } from '@solana/wallet-adapter-base'; export class WalletNotSelectedError extends WalletError { name = 'WalletNotSelectedError'; }