Helius
2021-06-11 20333d03d0d1008d8e16f2f444ef8fdab8c53c94
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);
}