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