Versions in this module Expand all Collapse all v30 v30.0.0 Jul 16, 2026 Changes in this version + func RegisterRoutes(apiSvr *api.Server, sk *keeper.Keeper, homePath string) error + type Config struct + CORSAllowedOrigins []string + func LoadConfig(homePath string) (Config, error) + type Server struct + func NewServer(opts ServerOptions) *Server + func (s *Server) HasRoutes() bool + func (s *Server) RegisterRoutes(register func(pattern string, handler http.Handler)) + type ServerOptions struct + ContextDone <-chan struct{} + Invoker *types.RouterInvoker + Logger log.Logger + MethodRegistry *encoding.DynamicRegistry + Registry *types.SubscriptionRegistry + Upgrader *websocket.Upgrader