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