Msg

SubmitProposal defines a method to create new proposal given the messages.

post/cosmos.gov.v1.Msg/SubmitProposal

Request body

expeditedboolean

Since: cosmos-sdk 0.50

metadatastring

metadata is any arbitrary metadata attached to the proposal.

proposerstring

proposer is the account address of the proposer.

summarystring

Since: cosmos-sdk 0.47

titlestring

title is the title of the proposal.

Since: cosmos-sdk 0.47

Response

A successful response.

proposal_idstring uint64

proposal_id defines the unique id of the proposal.

Changes