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