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

cc.youchain.tx.NetworkId Maven / Gradle / Ivy

The newest version!
package cc.youchain.tx;

public class NetworkId {
    public static final byte NONE = -1;
    public static final byte MAINNET = 1;
    public static final byte TESTNET = 2;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy