QueryProposalResponse is the response type for the Query/Proposal RPC method.

interface QueryProposalResponseAmino {
    proposal?: ProposalAmino;
}

Properties

Properties

proposal?: ProposalAmino