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

    Interface GetGroupsInput

    Properties required to retrieve a list of groups.

    GetGroupsInput

    interface GetGroupsInput {
        groupIds: GroupId[];
        handleId: HandleId;
    }
    Index

    Properties

    Properties

    groupIds: GroupId[]

    A list of group identifiers for the desired groups.

    handleId: HandleId

    Identifier of the handle owned by this client.