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