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