@dynamic-labs/sdk-react-core
Version:
A React SDK for implementing wallet web3 authentication and authorization to your website.
4 lines (3 loc) • 328 B
TypeScript
import { ChainsToConnect } from '../../../context/DynamicContext/types';
import { ConnectedWalletConnectorType } from '../../hooks/useConnectWallet/useConnectWallet';
export declare const getMissingChains: (arr1: ChainsToConnect[] | undefined, arr2: ConnectedWalletConnectorType[] | undefined) => ChainsToConnect[] | undefined;