cosmos-sdk/core/appmodule
2024-03-14 17:53:31 +00:00
..
v2 refactor: rename core.registry.LegacyRegistry -> core.registry.InterfaceRegistrar (#19758) 2024-03-14 17:53:31 +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(core)!: clean-up core and simplify preblock (#19672) 2024-03-11 14:39:37 +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