elrond.esdt.common.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of erdjava Show documentation
Show all versions of erdjava Show documentation
The Java 1.8 SDK for interacting with the Elrond blockchain
package elrond.esdt.common;
public class Constants {
public static final TokenIdentifier EGLDIdentifier = TokenIdentifier.fromString("EGLD");
public static final Integer EGLDNumDecimals = 18;
public static final String ESDTTransferFunction = "ESDTTransfer";
public static final String ESDTNFTTransferFunction = "ESDTNFTTransfer";
public static final String MultiESDTNFTTransferFunction = "MultiESDTNFTTransfer";
public static final String ArgsDelimiter = "@";
}