Helius
2021-06-11 d745303a1401949f33ff74bd7ece3a2adc9e4ff7
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);
 
}