Package org.web3j.ens

Class RecordTypes


  • public class RecordTypes
    extends java.lang.Object
    Record type interfaces supported by resolvers as per EIP-137
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte[] ABI  
      static byte[] ADDR  
      static byte[] NAME  
      static byte[] PUB_KEY  
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordTypes()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ADDR

        public static final byte[] ADDR
      • NAME

        public static final byte[] NAME
      • ABI

        public static final byte[] ABI
      • PUB_KEY

        public static final byte[] PUB_KEY
    • Constructor Detail

      • RecordTypes

        public RecordTypes()