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