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