Helius
2021-06-16 790bf8a4f03c007fb9218dc071329ec030e707c2
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);
}