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