Helius
2020-10-13 988417e08f5d6cee241659ad7e5da097ba00fe23
1
2
3
4
5
6
7
8
9
package com.xcong.excoin.modules.blackchain.service;
 
import com.xcong.excoin.common.response.Result;
 
public interface BlockSerive {
 
    Result findBlockAddress(String symbol);
 
}