package com.xcong.excoin.modules.blackchain.service; import com.xcong.excoin.common.response.Result; public interface BlockSerive { Result findBlockAddress(String symbol); }