UNPKG

@web3auth/web3auth

Version:

[![npm version](https://img.shields.io/npm/v/@web3auth/web3auth?label=%22%22)](https://www.npmjs.com/package/@web3auth/web3auth/v/latest) [![minzip](https://img.shields.io/bundlephobia/minzip/@web3auth/web3auth?label=%22%22)](https://bundlephobia.com/resu

7 lines (6 loc) 322 B
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>>;