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