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