MsgSubmitProposal defines an sdk.Msg type that supports submitting arbitrary proposal Content.
messages are the arbitrary messages to be executed if proposal passes.
initial_deposit is the deposit value that must be paid at proposal submission.
proposer is the account address of the proposer.
metadata is any arbitrary metadata attached to the proposal.
title is the title of the proposal.
Since: cosmos-sdk 0.47
Since: cosmos-sdk 0.50
A successful response.