@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface GetGroupMembersInput

    Properties required to retrieve a list of all group members of a group.

    GetGroupMembersInput

    interface GetGroupMembersInput {
        groupId: GroupId;
        handleId: HandleId;
    }
    Index

    Properties

    Properties

    groupId: GroupId

    The identifier associated with the group to query.

    handleId: HandleId

    Identifier of the handle owned by this client.