Helius
2021-04-08 6a901e8b1b840f23a80604fe7851e2edf098c015
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);
}