UNPKG

@linenext/dapp-portal-sdk

Version:

Dapp Portal SDK

5 lines (4 loc) 179 B
import { ProviderType } from "../enum/ProviderType"; export interface WalletSelectorInterface { selectType(dappName: string, reownVerified: boolean): Promise<ProviderType>; }