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