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