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