xiaoyong931011
2020-07-30 7fdce27927b4dfee1e1c8bfd0755e1e5dd28ce93
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);
 
}