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