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

    Class QueryVotesResponse

    QueryVotesResponse is the response type for the Query/Votes RPC method.

    from message cosmos.gov.v1.QueryVotesResponse

    Hierarchy

    Index

    Constructors

    Properties

    pagination?: PageResponse

    pagination defines the pagination in the response.

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

    votes: cosmos.gov.v1.Vote[] = []

    votes defines the queried votes.

    from field: repeated cosmos.gov.v1.Vote votes = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.gov.v1.QueryVotesResponse"

    Methods