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