fix
Helius
2022-11-12 640e45fb859f16ced7c3ac14a5e3ac14c427eef9
1
2
3
4
5
6
package cc.mrbird.febs.dapp.chain;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}