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