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