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