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