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