bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class QueryProposalsResponse

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

    from message cosmos.gov.v1beta1.QueryProposalsResponse

    Hierarchy

    Index

    Constructors

    Properties

    pagination?: PageResponse

    pagination defines the pagination in the response.

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

    proposals: 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"

    Methods