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