xiaoyong931011
2023-07-04 d1381f2aa1947c74de2fc05fc91aff1d70c5f7d3
1
2
3
4
5
6
package cc.mrbird.febs.dapp.chain;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}