GetEnsAddressParameters: Prettify<Pick<ReadContractParameters, "blockNumber" | "blockTag"> & {
    coinType?: number;
    gatewayUrls?: string[];
    name: string;
    strict?: boolean;
    universalResolverAddress?: Address;
}>