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