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