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