@softcose/softchat - v0.1.0
    Preparing search index...

    Type Alias EncryptedMessage

    EncryptedMessage: Readonly<
        {
            algorithm: EncryptionAlgorithm;
            payload: Nip44Payload;
            senderPublicKey: NostrPublicKey;
        },
    >

    An immutable JavaScript-owned encrypted message.