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