xiaoyong931011
2021-03-11 24df434da5a0bdfd93c8230cce07a8b7231d66ae
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);
 
}