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