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