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