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