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

org.tron.p2p.dns.tree.Entry Maven / Gradle / Ivy

The newest version!
package org.tron.p2p.dns.tree;


public interface Entry {

  String rootPrefix = "tree-root-v1:";
  String linkPrefix = "tree://";
  String branchPrefix = "tree-branch:";
  String nodesPrefix = "nodes:";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy