refactor(types): align genesis api (#19735)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package appmodule
|
||||
|
||||
import (
|
||||
appmodule "cosmossdk.io/core/appmodule/v2"
|
||||
"cosmossdk.io/core/appmodule/v2"
|
||||
)
|
||||
|
||||
// Environment is used to get all services to their respective module
|
||||
|
||||
@@ -15,3 +15,6 @@ type MigrationRegistrar = appmodule.MigrationRegistrar
|
||||
|
||||
// MigrationHandler is the migration function that each module registers.
|
||||
type MigrationHandler = appmodule.MigrationHandler
|
||||
|
||||
// VersionMap is a map of moduleName -> version
|
||||
type VersionMap = appmodule.VersionMap
|
||||
|
||||
Reference in New Issue
Block a user