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