dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
``` fix(okx): 切换到实盘交易配置并恢复网格交易策略
Administrator
6 days ago
514ccbe14d855806f13c95646e8e12dd32590d58
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
blackchain
/
service
/
BlockSerive.java
1
2
3
4
5
6
7
8
9
package com.xcong.excoin.modules.blackchain.service;
import com.xcong.excoin.common.response.Result;
public interface BlockSerive {
Result findBlockAddress(String symbol);
}