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