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