xiaoyong931011
2023-09-20 8f85e6917bf3a80bbe8f5531585c7c5d69e0309b
1
2
3
4
5
6
package cc.mrbird.febs.dapp.chain;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}