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