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