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

io.everitoken.sdk.java.param.TestNetNetParams Maven / Gradle / Ivy

There is a newer version: 1.4.6
Show newest version
package io.everitoken.sdk.java.param;

public class TestNetNetParams extends NetParams {
    public TestNetNetParams() {
        super("https", NET.TESTNET.getUrl(), 443, 15000);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy