Documentation ¶ Index ¶ Constants Variables func Migrate(_ sdk.Context, store sdk.KVStore, cdc codec.BinaryCodec, bondDenom string) error Constants ¶ View Source const ( ModuleName = "mint" ) Variables ¶ View Source var ParamsKey = []byte{0x01} Functions ¶ func Migrate ¶ func Migrate( _ sdk.Context, store sdk.KVStore, cdc codec.BinaryCodec, bondDenom string, ) error Migrate migrates the x/mint module state from the consensus version 2 to version 3. Specifically, it takes the parameters that are currently stored and managed by the x/params modules and stores them directly into the x/mint module state. Types ¶ This section is empty. Source Files ¶ View all Source files migrate.go Click to show internal directories. Click to hide internal directories.