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