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