xiaoyong931011
2023-01-06 8358d6da8f5146b7ed769e1faa932a08fd196aa3
1
2
3
4
5
6
package cc.mrbird.febs.mall.chain.service;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}