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