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