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

com.unstoppabledomains.exceptions.NSExceptionCode Maven / Gradle / Ivy

Go to download

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

There is a newer version: 5.0.0
Show newest version
package com.unstoppabledomains.exceptions;

public enum NSExceptionCode {
  UnsupportedDomain,
  UnregisteredDomain,
  UnknownCurrency,
  RecordNotFound,
  BlockchainIsDown,
  UnknownError,
  IncorrectContractAddress,
  IncorrectMethodName,
  UnspecifiedResolver;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy