Helius
2021-05-21 62705f0e44a77b41376d53b7204e4af692be098d
src/main/java/com/xcong/excoin/modules/blackchain/service/BlockSerive.java
@@ -4,6 +4,6 @@
public interface BlockSerive {
   Result findBlockAddress(String symbol);
   Result findBlockAddress(String symbol,String lable);
}