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.

12 lines 455 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WalletNotSelectedError = void 0; const wallet_adapter_base_1 = require("@solana/wallet-adapter-base"); class WalletNotSelectedError extends wallet_adapter_base_1.WalletError { constructor() { super(...arguments); this.name = 'WalletNotSelectedError'; } } exports.WalletNotSelectedError = WalletNotSelectedError; //# sourceMappingURL=errors.js.map