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