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

    ListResponse is the Query/List response type.

    from message cosmos.orm.query.v1alpha1.ListResponse

    Hierarchy

    Index

    Constructors

    Properties

    pagination?: PageResponse

    pagination is the pagination response.

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

    results: Any[] = []

    results are the results of the query.

    from field: repeated google.protobuf.Any results = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.orm.query.v1alpha1.ListResponse"

    Methods