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