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