fix
wzy
2022-10-29 909504a07a8b28f7ab8bfb1c87fe658f8274f141
1
2
3
4
5
6
package cc.mrbird.febs.dapp.chain;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}