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