@privy-io/react-auth 1.59.1 → 1.59.2-beta-20240307220045
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/esm/index.js +3 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -572,6 +572,7 @@ declare abstract class WalletConnector extends EventEmitter<ConnectorEvents> {
|
|
|
572
572
|
subscribeListeners(): void;
|
|
573
573
|
unsubscribeListeners(): void;
|
|
574
574
|
abstract get walletBranding(): WalletBranding;
|
|
575
|
+
abstract initialize(): Promise<void>;
|
|
575
576
|
abstract connect(options: {
|
|
576
577
|
showPrompt?: boolean;
|
|
577
578
|
chainId?: number;
|