xiaoyong931011
2021-03-05 09de95ab5415f1511191f4e68c3bd74e4ab7f09d
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);
 
}