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