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