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

    Interface OwnedHandle

    The Sudo Platform SDK representation of a Handle owned by this client's user.

    OwnedHandle

    interface OwnedHandle {
        handleId: HandleId;
        name: string;
        owner: string;
        owners: Owner[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    handleId: HandleId
    name: string
    owner: string

    Identifier of the user that owns the handle.

    owners: Owner[]

    List of identifiers of the user/sudo associated with this handle.