MsgSubmitProposalResponse defines the Msg/SubmitProposal response type.

interface MsgSubmitProposalResponseAmino {
    proposal_id: string;
}

Properties

Properties

proposal_id: string