Resolver
class Resolver implements EnsResolver { }
readonly _resolvedAddress: null | string;
_supportsEip2544: null | Promise<boolean>;
readonly address: string;
readonly name: string;
_fetch(selector: string, parameters?: string): Promise<null | string>;
_fetchBytes(selector: string, parameters?: string): Promise<null | string>;
_getAddress(coinType: number, hexBytes: string): string;
getAddress(coinType?: number): Promise<string>;
getAvatar(): Promise<null | Avatar>;
getContentHash(): Promise<string>;
getText(key: string): Promise<string>;
supportsWildcard(): Promise<boolean>;