Helius
2020-11-12 d35d5fdd8308d808a3d7fe52cf9e11665c2d72a9
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);
 
}