cosmos-sdk/core/server/doc.go
2024-08-27 09:55:16 +00:00

5 lines
313 B
Go

// Server Defines types and interfaces which are shared between Consensus, Appmanager and Stf
// This package is not meant to be used directly by modules instead if an advanced user would like
// to create a custom server or replace a component in the server they will need to use the app package.
package server