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