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