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