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