cosmos-sdk/core/appmodule
Matt Kocubinski 7ae23e287a
chore: upstream runtime/v2 (#20320)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-05-14 12:43:28 +00:00
..
v2 chore: upstream runtime/v2 (#20320) 2024-05-14 12:43:28 +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 style: remove redundant import alias (#20109) 2024-04-21 19:03:43 +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