Helius
2020-09-08 4801d78ba76a041bd6e14051f7fee1c8fe0d7ba2
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);
 
}