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