com.bloxbean.cardano.client.common.CardanoConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cardano-client-common Show documentation
Show all versions of cardano-client-common Show documentation
Cardano Client Lib - Common Module
The newest version!
package com.bloxbean.cardano.client.common;
import java.math.BigInteger;
public class CardanoConstants {
public static final String LOVELACE = "lovelace";
public static final BigInteger ONE_ADA = BigInteger.valueOf(1000000);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy