dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix:web3j version
wzy
2022-08-07
4fd36143be178220f05f86c8ec172f9020900daf
[sys-dapp.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
dapp
/
chain
/
ContractEventService.java
1
2
3
4
5
6
package cc.mrbird.febs.dapp.chain;
public interface ContractEventService {
void compile(EthUsdtContract.TransferEventResponse e);
}