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