Add ibc query commands

This commit is contained in:
Ethan Frey
2017-07-27 16:27:06 -04:00
parent 374f078b79
commit 746ae28eaa
8 changed files with 283 additions and 30 deletions
+2
View File
@@ -19,6 +19,7 @@ import (
basecmd "github.com/tendermint/basecoin/modules/base/commands"
coincmd "github.com/tendermint/basecoin/modules/coin/commands"
feecmd "github.com/tendermint/basecoin/modules/fee/commands"
ibccmd "github.com/tendermint/basecoin/modules/ibc/commands"
noncecmd "github.com/tendermint/basecoin/modules/nonce/commands"
rolecmd "github.com/tendermint/basecoin/modules/roles/commands"
)
@@ -46,6 +47,7 @@ func main() {
coincmd.AccountQueryCmd,
noncecmd.NonceQueryCmd,
rolecmd.RoleQueryCmd,
ibccmd.IBCQueryCmd,
)
proofs.TxPresenters.Register("base", txcmd.BaseTxPresenter{})