This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wangqifan
/
ios-api
forked from
wuyi/base-api
Watch
1
Star
0
Fork
0
Files
Tree:
08e1b6966e
Branches
Tags
main
ios-api
/
src
/
misc
/
chain.enum.ts
chain.enum.ts
68 B
History
Raw
1
2
3
4
5
export enum Chain {
TRON = 'tron',
ETH = 'eth',
BTC = 'btc'
}