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