CryptoCurrencyType
Inheritance: java.lang.Object
public final class CryptoCurrencyType
Represents Crypto currency type.
Fields
Field | Description |
---|---|
Custom | Represents custom crypto currency type. |
Bitcoin | Represents Bitcoin crypto currency type. |
BitcoinCash | Represents Bitcoin Cash crypto currency type. |
Litecoin | Represents Litecoin crypto currency type. |
Ethereum | Represents Ethereum crypto currency type. |
Dash | Represents Dash crypto currency type. |
Custom
public static final int Custom
Represents custom crypto currency type.
Bitcoin
public static final int Bitcoin
Represents Bitcoin crypto currency type.
BitcoinCash
public static final int BitcoinCash
Represents Bitcoin Cash crypto currency type.
Litecoin
public static final int Litecoin
Represents Litecoin crypto currency type.
Ethereum
public static final int Ethereum
Represents Ethereum crypto currency type.
Dash
public static final int Dash
Represents Dash crypto currency type.