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