All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.unstoppabledomains.resolution.Uttilities Maven / Gradle / Ivy

Go to download

Resolution library that talks with etherium .crypto registry to resolve various information attached to .crypto domain

There is a newer version: 2.0.0u
Show newest version
package com.unstoppabledomains.resolution;

class Utilities {
  static boolean isNull(String value) {
    return (value.equals("0x0000000000000000000000000000000000000000") || value == null || value.equals("0x")
        || value.equals("") || value.length() == 0);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy