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