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