Msg

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

post/cosmos.gov.v1.Msg/SubmitProposal

Request body

expeditedboolean
metadatastring

metadata is any arbitrary metadata attached to the proposal.

proposerstring

proposer is the account address of the proposer.

summarystring
titlestring

title is the title of the proposal.

Response

A successful response.

proposal_idstring uint64

proposal_id defines the unique id of the proposal.

Changes