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

    Interface MessageNotification

    interface MessageNotification {
        handleId: HandleId;
        message: Message;
        recipient: Recipient;
        type: NotificationInfoType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    handleId: HandleId
    message: Message
    recipient: Recipient