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