Helius
2021-04-01 9a7c84e79faf1b1e197d9556754d041416eb8a22
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);
 
}