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