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