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