Skip to main content

Interface: AminoMsgSubmitProposal

@shareledgerjs/client.gov.AminoMsgSubmitProposal

Supports submitting arbitrary proposal content.

Hierarchy

  • AminoMsg

    AminoMsgSubmitProposal

Properties

type

Readonly type: "cosmos-sdk/MsgSubmitProposal"

Overrides

AminoMsg.type


value

Readonly value: Object

Type declaration

NameTypeDescription
content{ type: "cosmos-sdk/TextProposal" ; value: { description: string ; title: string } }-
content.type"cosmos-sdk/TextProposal"-
content.value{ description: string ; title: string }-
content.value.descriptionstring-
content.value.titlestring-
initial_depositreadonly Coin[]-
proposerstringBech32 account address

Overrides

AminoMsg.value