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