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