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