public final class CryptoCurrencyType extends Object
Represents Crypto currency type.
Modifier and Type | Field and Description |
---|---|
static int |
Bitcoin
Represents Bitcoin crypto currency type.
|
static int |
BitcoinCash
Represents Bitcoin Cash crypto currency type.
|
static int |
Custom
Represents custom crypto currency type.
|
static int |
Dash
Represents Dash crypto currency type.
|
static int |
Ethereum
Represents Ethereum crypto currency type.
|
static int |
Litecoin
Represents Litecoin crypto currency type.
|
public static final int Bitcoin
Represents Bitcoin crypto currency type.
public static final int BitcoinCash
Represents Bitcoin Cash crypto currency type.
public static final int Custom
Represents custom crypto currency type.
public static final int Dash
Represents Dash crypto currency type.
public static final int Ethereum
Represents Ethereum crypto currency type.
public static final int Litecoin
Represents Litecoin crypto currency type.