UNPKG

@lit-protocol/auth-browser

Version:

Browser-specific authentication utilities for the Lit Protocol, enabling seamless connection to various blockchain networks including Ethereum, Cosmos, and Solana.

13 lines (12 loc) 345 B
declare var LitConnectModal: { new ({ providerOptions }: { providerOptions: any; }): { getWalletProvider(): Promise<unknown>; _filterListOfWallets(): void; _instantiateLitConnectModal(): void; _buildListOfWallets(): void; _destroy(): void; }; }; export { LitConnectModal as default };