Helius
2021-05-19 66925e72f4e0abe2a0c0c1772cc410a6c29b3e31
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);
 
}