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