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