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
| Name | Type | Description |
|---|---|---|
content | { type: "cosmos-sdk/TextProposal" ; value: { description: string ; title: string } } | - |
content.type | "cosmos-sdk/TextProposal" | - |
content.value | { description: string ; title: string } | - |
content.value.description | string | - |
content.value.title | string | - |
initial_deposit | readonly Coin[] | - |
proposer | string | Bech32 account address |
Overrides
AminoMsg.value