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