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

    Interface MessageReceipt

    Representation of the message read receipt.

    MessageReceipt

    interface MessageReceipt {
        handleId: HandleId;
        timestamp: number;
    }
    Index

    Properties

    Properties

    handleId: HandleId

    The handle identifier that sent the receipt.

    timestamp: number

    The timestamp of the receipt.