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