Msg

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

post/cosmos.gov.v1.Msg/SubmitProposal

Request body

proposerstring

proposer is the account address of the proposer.

metadatastring

metadata is any arbitrary metadata attached to the proposal.

titlestring

title is the title of the proposal.

Since: cosmos-sdk 0.47

summarystring

Since: cosmos-sdk 0.47

expeditedboolean

Since: cosmos-sdk 0.50

Response

A successful response.

Changes