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