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