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

    Interface LeaveGroupInput

    Properties required to remove a handle from a specified group.

    LeaveGroupInput

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

    Properties

    Properties

    groupId: GroupId

    The identifier of the desired group to leave.

    handleId: HandleId

    Identifier of the handle owned by this client.