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