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