Helius
2021-02-24 05c74ca131add20dbcf23dc109e63c21b3e2be29
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);
}