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