@pooflabs/web 0.0.35 → 0.0.37
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 +2 -0
- package/dist/{index-BLvoqeoa.js → index-B08xJEBy.js} +2423 -1227
- package/dist/index-B08xJEBy.js.map +1 -0
- package/dist/{index-7EM1gtmw.js → index-B3jRsGVB.js} +6472 -5866
- package/dist/index-B3jRsGVB.js.map +1 -0
- package/dist/{index-BBhosQh0.esm.js → index-BshwKDlr.esm.js} +6469 -5866
- package/dist/index-BshwKDlr.esm.js.map +1 -0
- package/dist/{index-HhgbHQ0x.esm.js → index-DD_zltED.esm.js} +2418 -1222
- package/dist/index-DD_zltED.esm.js.map +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -2
- package/dist/index-7EM1gtmw.js.map +0 -1
- package/dist/index-BBhosQh0.esm.js.map +0 -1
- package/dist/index-BLvoqeoa.js.map +0 -1
- package/dist/index-HhgbHQ0x.esm.js.map +0 -1
|
@@ -10,6 +10,8 @@ export declare class PrivyWalletProvider implements AuthProvider {
|
|
|
10
10
|
private privyConfig;
|
|
11
11
|
private pendingLogin;
|
|
12
12
|
private pendingTransaction;
|
|
13
|
+
private pendingSignTransaction;
|
|
14
|
+
private pendingSignMessage;
|
|
13
15
|
constructor(appName: string | null, appLogoUrl: string | null, privyConfig?: {
|
|
14
16
|
appId: string;
|
|
15
17
|
config: any;
|