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