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