dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge remote-tracking branch 'origin/BNBWEB' into BNBWEB
2019232
2022-12-14
407729ff6fc2181a417121e02f61aee7ce78fdda
[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);
}