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