Interface IEventDecryptionResult

The result of a (successful) call to decryptEvent

Hierarchy

  • IEventDecryptionResult

Properties

claimedEd25519Key?: string

ed25519 key claimed by the sender of this event. See getClaimedEd25519Key.

clearEvent: IClearEvent

The plaintext payload for the event (typically containing type and content fields).

encryptedDisabledForUnverifiedDevices?: boolean

The sender doesn't authorize the unverified devices to decrypt his messages

forwardingCurve25519KeyChain?: string[]

List of curve25519 keys involved in telling us about the senderCurve25519Key and claimedEd25519Key. See getForwardingCurve25519KeyChain.

senderCurve25519Key?: string

Key owned by the sender of this event. See getSenderKey.

untrusted?: boolean

Generated using TypeDoc