-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: expose incentive query and tx (#19)
* feat: expose incentive query and tx
- Loading branch information
1 parent
ab494ce
commit ef42d04
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
export * as btcstakingtx from './generated/babylon/btcstaking/v1/tx'; | ||
export * as btcstaking from './generated/babylon/btcstaking/v1/btcstaking'; | ||
export * as btcstakingpop from './generated/babylon/btcstaking/v1/pop'; | ||
export * as btccheckpoint from './generated/babylon/btccheckpoint/v1/btccheckpoint'; | ||
export * as btccheckpoint from './generated/babylon/btccheckpoint/v1/btccheckpoint'; | ||
export * as incentivetx from './generated/babylon/incentive/tx'; | ||
export * as incentivequery from './generated/babylon/incentive/query'; |