interface IDecryptedGroupMessage {
    forwardingCurve25519KeyChain: string[];
    keysClaimed: Record<string, string>;
    result: string;
    senderKey: string;
    untrusted: boolean;
}

Properties

forwardingCurve25519KeyChain: string[]
keysClaimed: Record<string, string>
result: string
senderKey: string
untrusted: boolean