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