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