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