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