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

org.bcos.web3j.tx.ChainId Maven / Gradle / Ivy

There is a newer version: 2.6.6
Show newest version
package org.bcos.web3j.tx;

/**
 * Ethereum chain ids.
 */
public class ChainId {
    public static final byte NONE = -1;
    public static final byte MAIN_NET = 1;
    public static final byte TEST_NET = 3;
    public static final byte RINKEBY = 4;
    public static final byte KOVAN = 42;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy