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