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