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