com.bloxbean.cardano.client.backend.common.BackendConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cardano-client-backend Show documentation
Show all versions of cardano-client-backend Show documentation
Cardano Client Lib Backend Api Module
package com.bloxbean.cardano.client.backend.common;
public class BackendConstants {
public static final String MAINNET = "mainnet";
public static final String TESTNET = "testnet";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy