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

    Interface GetDecodedInfoInput

    Input for NotificationsModule.getDecodedInfo method.

    GetDecodedInfoInput

    interface GetDecodedInfoInput {
        eventId: string;
        handleId: HandleId;
        roomId: string;
    }
    Index

    Properties

    eventId: string

    The event id of the notification.

    handleId: HandleId

    The owner of the notification.

    roomId: string

    The room id of the notification.