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