Interface MsgSubmitProposalResponseAminoMsg

interface MsgSubmitProposalResponseAminoMsg {
    type: "cosmos-sdk/MsgSubmitProposalResponse";
    value: MsgSubmitProposalResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgSubmitProposalResponse"