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