UNPKG

@dapplets/dapplet-extension

Version:
7 lines (6 loc) 209 B
import { WalletService } from './walletService'; export default class EnsService { private _walletService; constructor(_walletService: WalletService); resolveName(name: string): Promise<string>; }