xiaoyong931011
2022-10-22 99d5435c1c917db440d0235783cf9eaf40087da7
1
2
3
4
5
6
package cc.mrbird.febs.dapp.chain;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}