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

from message cosmos.gov.v1beta1.MsgSubmitProposal

Hierarchy

Constructors

Properties

content?: Any

content is the proposal's content.

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

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;

proposer: string = ""

proposer is the account address of the proposer.

from field: string proposer = 3;

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

Methods