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

    Interface Handle

    The Sudo Platform SDK representation of a Handle.

    Handle

    interface Handle {
        handleId: HandleId;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    handleId: HandleId

    Unique identifier associated with the handle.

    name: string

    The name of the handle that will be publicly visible to other users.