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