@web3auth/web3auth
Version:
[](https://www.npmjs.com/package/@web3auth/web3auth/v/latest) [](https://bundlephobia.com/resu
7 lines (6 loc) • 322 B
TypeScript
import { CustomChainConfig, IAdapter, WALLET_ADAPTER_TYPE } from "@web3auth/base";
export declare const getDefaultAdapterModule: (params: {
name: WALLET_ADAPTER_TYPE;
clientId: string;
customChainConfig: Partial<CustomChainConfig> & Pick<CustomChainConfig, "chainNamespace">;
}) => Promise<IAdapter<unknown>>;