We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f422aa4 commit 0c57feaCopy full SHA for 0c57fea
src/lib/browser/wallet-injection.ts
@@ -67,7 +67,7 @@ export interface WalletEvents {
67
disconnect: () => void;
68
}
69
70
-class QuasarWallet {
+export class QuasarWallet {
71
private isConnected = false;
72
private accounts: WalletAccount[] = [];
73
private eventListeners: Partial<WalletEvents> = {};
0 commit comments