Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Co-authored-by: Alex | Interchain Labs <alex@skip.money>
5 lines
356 B
Go
5 lines
356 B
Go
// Package appmodule defines what is needed for a module to be used in the Cosmos SDK (runtime).
|
|
// It is equivalent to the appmodulev2 package, but less flexible to stay compatible with baseapp instead of server/v2.
|
|
// If you are looking at integrating dependency injection into your module please see depinject appconfig documentation.
|
|
package appmodule
|