xiaoyong931011
2023-06-26 6723ba1080ae34b304add908fdad0a3ed2b21dd6
1
2
3
4
5
6
package cc.mrbird.febs.dapp.chain;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}