MigrateFromInfo is information on a module version that a newer module can migrate from.

from message cosmos.app.v1alpha1.MigrateFromInfo

Hierarchy

Constructors

Properties

module: string = ""

module is the fully-qualified protobuf name of the module config object for the previous module version, ex: "cosmos.group.module.v1.Module".

from field: string module = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.app.v1alpha1.MigrateFromInfo" = "cosmos.app.v1alpha1.MigrateFromInfo"

Methods