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