MsgExecLegacyContent is used to wrap the legacy content field into a message. This ensures backwards compatibility with v1beta1.MsgSubmitProposal.

from message cosmos.gov.v1.MsgExecLegacyContent

Hierarchy

Constructors

Properties

authority: string = ""

authority must be the gov module address.

from field: string authority = 2;

content?: Any

content is the proposal's content.

from field: google.protobuf.Any content = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.gov.v1.MsgExecLegacyContent" = "cosmos.gov.v1.MsgExecLegacyContent"

Methods