Administrator
2026-06-06 fc9c25db3d6ed9698cfb835bfc2e9c8d47c0a136
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);
 
}