@pooflabs/web 0.0.30 → 0.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auth/providers/phantom-wallet-provider.d.ts +7 -0
- package/dist/index-BnFIg6Xc.js +31526 -0
- package/dist/index-BnFIg6Xc.js.map +1 -0
- package/dist/index-CclX1hTc.esm.js +31471 -0
- package/dist/index-CclX1hTc.esm.js.map +1 -0
- package/dist/index-DhF1Kbht.js +16543 -0
- package/dist/index-DhF1Kbht.js.map +1 -0
- package/dist/index-ev48HLj5.esm.js +16502 -0
- package/dist/index-ev48HLj5.esm.js.map +1 -0
- package/dist/index.esm.js +5 -31395
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +39 -31443
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -24,7 +24,14 @@ export declare class PhantomWalletProvider implements AuthProvider {
|
|
|
24
24
|
private resolvedProviders;
|
|
25
25
|
private pendingLogin;
|
|
26
26
|
private loginInProgress;
|
|
27
|
+
private autoLoginInProgress;
|
|
28
|
+
private initPromise;
|
|
27
29
|
constructor(networkUrl?: string | null, config?: PhantomWalletConfig);
|
|
30
|
+
private initializeAsync;
|
|
31
|
+
/**
|
|
32
|
+
* Check if social login providers are configured (non-injected providers).
|
|
33
|
+
*/
|
|
34
|
+
private hasSocialProviders;
|
|
28
35
|
static getInstance(networkUrl: string | null, config: PhantomWalletConfig): PhantomWalletProvider;
|
|
29
36
|
private resolveProviders;
|
|
30
37
|
private initialize;
|