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