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