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

    Class QueryGroupsByMemberResponse

    QueryGroupsByMemberResponse is the Query/GroupsByMember response type.

    from message cosmos.group.v1.QueryGroupsByMemberResponse

    Hierarchy

    Index

    Constructors

    Properties

    groups: GroupInfo[] = []

    groups are the groups info with the provided group member.

    from field: repeated cosmos.group.v1.GroupInfo groups = 1;

    pagination?: PageResponse

    pagination defines the pagination in the response.

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

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.group.v1.QueryGroupsByMemberResponse"

    Methods