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