QueryProposalsResponse is the response type for the Query/Proposals RPC method.

interface QueryProposalsResponseAmino {
    pagination?: PageResponseAmino;
    proposals?: ProposalAmino[];
}

Properties

pagination?: PageResponseAmino

pagination defines the pagination in the response.

proposals?: ProposalAmino[]