GetTxCmd returns the root tx command.
()
| 78 | |
| 79 | // GetTxCmd returns the root tx command. |
| 80 | func (b AppModuleBasic) GetTxCmd() *cobra.Command { |
| 81 | return cli.GetTxCmd() |
| 82 | } |
| 83 | |
| 84 | // GetQueryCmd returns no root query command. |
| 85 | func (AppModuleBasic) GetQueryCmd() *cobra.Command { |
nothing calls this directly
no test coverage detected