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