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