cosmos-sdk/core/appmodule
Marko bde7eb1a4d
refactor(core)!: cleanup dependency graph (#18866)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-01-09 15:14:36 +00:00
..
doc.go feat: app wiring setup for tx's and ante/post handlers (#12193) 2022-06-09 23:43:06 +00:00
event_test.go feat(core): specify event listener API (#14735) 2023-01-24 17:41:05 +00:00
event.go feat(core): specify event listener API (#14735) 2023-01-24 17:41:05 +00:00
genesis.go refactor: introduce abciGenesis interface (#17554) 2023-08-29 15:24:09 +00:00
module.go refactor(core)!: cleanup dependency graph (#18866) 2024-01-09 15:14:36 +00:00
README.md refactor(core)!: cleanup dependency graph (#18866) 2024-01-09 15:14:36 +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 appmodule documentation