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

    Interface HandleMention

    Representation of a message handle mention.

    HandleMention

    interface HandleMention {
        handleId: HandleId;
        name: string;
        type: "Handle";
    }
    Index

    Properties

    Properties

    handleId: HandleId

    The handleId of the handle being mentioned.

    name: string

    The name of the handle being mentioned.

    type: "Handle"

    The type of the mention. Will be 'Handle' for the case of a handle mention.