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

    Interface UpdateHandleInput

    Properties required when updating existing handles.

    UpdateHandleInput

    interface UpdateHandleInput {
        handleId: HandleId;
        name: string;
    }
    Index

    Properties

    Properties

    handleId: HandleId

    Identifier of the existing handle to update.

    name: string

    The new name of the handle.