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

com.bloxbean.cardano.client.common.CardanoConstants Maven / Gradle / Ivy

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