@pooflabs/web 0.0.63 → 0.0.65
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/privy-wallet-provider.d.ts +6 -0
- package/dist/{index-Dcrdb8rn.esm.js → index-B3HPi5RW.esm.js} +14 -1222
- package/dist/index-B3HPi5RW.esm.js.map +1 -0
- package/dist/{index-AjAeq_x4.esm.js → index-BH_a_KRo.esm.js} +1107 -713
- package/dist/index-BH_a_KRo.esm.js.map +1 -0
- package/dist/{index-Cx0ON8Td.js → index-frR8U70z.js} +18 -1226
- package/dist/index-frR8U70z.js.map +1 -0
- package/dist/{index-Ce_FPfWw.js → index-heSXudBI.js} +1108 -713
- package/dist/index-heSXudBI.js.map +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/dist/index-AjAeq_x4.esm.js.map +0 -1
- package/dist/index-Ce_FPfWw.js.map +0 -1
- package/dist/index-Cx0ON8Td.js.map +0 -1
- package/dist/index-Dcrdb8rn.esm.js.map +0 -1
|
@@ -70,5 +70,11 @@ export declare class PrivyWalletProvider implements AuthProvider {
|
|
|
70
70
|
signMessage(message: string): Promise<string>;
|
|
71
71
|
restoreSession(): Promise<User | null>;
|
|
72
72
|
private createSession;
|
|
73
|
+
/**
|
|
74
|
+
* Waits for a wallet matching the session address to appear in the wallets array.
|
|
75
|
+
* This handles the timing gap where Privy's embedded wallet (created for email login users)
|
|
76
|
+
* may not yet be in the useWallets() array when signTransaction is called immediately after login.
|
|
77
|
+
*/
|
|
78
|
+
private waitForMatchingWallet;
|
|
73
79
|
private ensureReady;
|
|
74
80
|
}
|