cosmos-sdk/core/appmodule
2024-07-19 08:58:47 +00:00
..
v2 refactor(core,types,runtime,x): make HasName not mandatory (#20984) 2024-07-19 08:58:47 +00:00
doc.go feat: app wiring setup for tx's and ante/post handlers (#12193) 2022-06-09 23:43:06 +00:00
environment.go refactor(runtime): environment contract doc and failing services (#20293) 2024-06-20 15:33:54 +00:00
genesis.go refactor(core,types,runtime,x): make HasName not mandatory (#20984) 2024-07-19 08:58:47 +00:00
migrations.go refactor(types): align genesis api (#19735) 2024-03-13 05:43:24 +00:00
module.go refactor(core,types,runtime,x): make HasName not mandatory (#20984) 2024-07-19 08:58:47 +00:00
README.md refactor(appconfig)!: simplify app config (#19040) 2024-01-13 20:42:45 +00:00

Appmodule

This package defines what is needed for an module to be used in the Cosmos SDK.

If you are looking at integrating Dependency injection into your module please see depinject appconfig documentation