cosmos-sdk/x/epochs/export_test.go
Ammar Elsabe f665371970
fix(x/epochs): di wiring (#25425)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-10-30 19:25:22 +00:00

8 lines
137 B
Go

package epochs
import "github.com/cosmos/cosmos-sdk/x/epochs/keeper"
func (am AppModule) Keeper() *keeper.Keeper {
return am.keeper
}