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