dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
后台修改
xiaoyong931011
2023-03-24
3087bfd3b7cbdd77aa22284b569dd3f8103fa1f8
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
chain
/
service
/
ContractEventService.java
1
2
3
4
5
6
package cc.mrbird.febs.mall.chain.service;
public interface ContractEventService {
void compile(EthUsdtContract.TransferEventResponse e);
}