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