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