CryptoCurrencyType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class CryptoCurrencyType
Represents Crypto currency type.
| 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. |
public static final int Custom
Represents custom 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 Litecoin
Represents Litecoin crypto currency type.
public static final int Ethereum
Represents Ethereum crypto currency type.
public static final int Dash
Represents Dash crypto currency type.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.