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