xiaoyong931011
2021-03-04 998789a2ae1fd237d314c8139ee87d207c2d30f3
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,String lable);
 
}