cosmos-sdk/x/gov/migrations/v4/keys.go

10 lines
153 B
Go

package v4
const (
// ModuleName is the name of the module
ModuleName = "gov"
)
// ParamsKey is the key of x/gov params
var ParamsKey = []byte{0x30}