Helius
2021-05-19 66925e72f4e0abe2a0c0c1772cc410a6c29b3e31
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);
}