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