com.bloxbean.cardano.client.spec.NetworkId Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cardano-client-common-spec Show documentation
Show all versions of cardano-client-common-spec Show documentation
Cardano Client Lib - Common Spec classes used in other spec modules
The newest version!
package com.bloxbean.cardano.client.spec;
public enum NetworkId {
TESTNET,
MAINNET,
}