cosmos-sdk/core/appmodule
2024-04-05 11:06:04 +00:00
..
v2 feat(core,runtime): transaction service (exec mode) (#19953) 2024-04-05 11:06:04 +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(types): align genesis api (#19735) 2024-03-13 05:43:24 +00:00
genesis.go refactor(modules): adopt appmodulev2.Hasgenesis (#19627) 2024-03-11 10:22:16 +00:00
migrations.go refactor(types): align genesis api (#19735) 2024-03-13 05:43:24 +00:00
module.go refactor(x/staking): use sdk validator updates (#19788) 2024-03-28 13:48:52 +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