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