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

from message cosmos.gov.v1beta1.QueryProposalsResponse

Hierarchy

Constructors

Properties

pagination?: PageResponse

pagination defines the pagination in the response.

from field: cosmos.base.query.v1beta1.PageResponse pagination = 2;

proposals: proto.cosmos.gov.v1beta1.Proposal[] = []

proposals defines all the requested governance proposals.

from field: repeated cosmos.gov.v1beta1.Proposal proposals = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.gov.v1beta1.QueryProposalsResponse" = "cosmos.gov.v1beta1.QueryProposalsResponse"

Methods