Helius
2021-04-14 03ae1e434c4f838d1f4290a945a5898a43b7a1c8
1
2
3
4
5
6
7
8
9
10
package com.xcong.excoin.common.enumerates;
 
/**
 * 币种枚举数据
 *
 * @author wzy
 */
public enum CoinTypeEnum {
    USDT, BTC, ETH, LTC, EOS, XRP, BCH, ETC
}