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