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