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