MsgSubmitProposal defines an sdk.Msg type that supports submitting arbitrary proposal Content.

from message cosmos.gov.v1.MsgSubmitProposal

Hierarchy

Constructors

Properties

initialDeposit: Coin[] = []

initial_deposit is the deposit value that must be paid at proposal submission.

from field: repeated cosmos.base.v1beta1.Coin initial_deposit = 2;

messages: Any[] = []

messages are the arbitrary messages to be executed if proposal passes.

from field: repeated google.protobuf.Any messages = 1;

metadata: string = ""

metadata is any arbitrary metadata attached to the proposal.

from field: string metadata = 4;

proposer: string = ""

proposer is the account address of the proposer.

from field: string proposer = 3;

summary: string = ""

summary is the summary of the proposal

Since: cosmos-sdk 0.47

from field: string summary = 6;

title: string = ""

title is the title of the proposal.

Since: cosmos-sdk 0.47

from field: string title = 5;

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

Methods