RegisterGRPCGatewayRoutes registers the gRPC Gateway routes for the module.
(clientCtx client.Context, mux *runtime.ServeMux)
| 77 | |
| 78 | // RegisterGRPCGatewayRoutes registers the gRPC Gateway routes for the module. |
| 79 | func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *runtime.ServeMux) { |
| 80 | //nolint:errcheck |
| 81 | types.RegisterQueryHandlerClient(context.Background(), mux, types.NewQueryClient(clientCtx)) |
| 82 | } |
| 83 | |
| 84 | func (b AppModuleBasic) GetTxCmd() *cobra.Command { |
| 85 | return cli.GetTxCmd() |
no test coverage detected