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