Helius
2020-09-04 f5708bc8452444408cf3f94b9ed528ca4d58d628
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);
 
}