xiaoyong931011
2023-08-23 2c34ceb989b8723ae3dab57ad076d6fb73dc326d
1
2
3
4
5
6
package cc.mrbird.febs.dapp.chain;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}