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