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