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