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