MsgSubmitProposalResponse defines the Msg/SubmitProposal response type.

interface MsgSubmitProposalResponse {
    proposalId: bigint;
}

Properties

Properties

proposalId: bigint