Created
July 5, 2022 00:57
-
-
Save zeroFruit/7fd2ac2b624ac0519d574f6b88251d86 to your computer and use it in GitHub Desktop.
Cosmos Dev Series: Cosmos-SDK-based Blockchain Upgrade - VersionMap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// VersionMap is a map of moduleName -> version | |
type VersionMap map[string]uint64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment