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