dashboard
repositories
filestore
activity
search
login
main
/
xc-video
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix
Helius
2021-12-22
ca17d6ee8df1e7c28645e70f43deb6b60a8890f8
[xc-video.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
blockchain
/
enumerates
/
CoinTypeEnum.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.blockchain.enumerates;
/**
* 币种枚举数据
*
* @author wzy
*/
public enum CoinTypeEnum {
USDT, BTC, ETH, LTC, EOS, XRP, BCH, ETC, XCC
}