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